Make form controls/views float with page/form scroll


How do I make a form control or view float when the main page/form is scrolled?


2 replies

Hello,


 


I am not sure what you mean by Float. What behavior are we looking for?

Badge +9

Use below stylesheet , this will make view floating on scroll.  

 

    position: fixed;
z-index: 1;

 

Reply