I'm using a Kendo Window for a form and when a vertical scrollbar is necessary, the action buttons (save, cancel) are not visible because you have to scroll to the bottom to see them. How could I get them to stay fixed?
Thank you
1 Answer, 1 is accepted
0
Hetali
Telerik team
answered on 08 Aug 2023, 06:37 PM
Hello Caroline,
In order to keep the action buttons fixed to the bottom in the Kendo UI Window, use the following CSS:
In this StackBlitz example, the action buttons are fixed to the bottom. Make sure to set the encapsulation to ViewEncapsulation.None to apply the style locally.