How to freeze a layout or a layout or part of a screen in section?
Lets say we have 2 parts in a section and left part you want to freeze and right side you want scroll bar. To freeze a layout add below logic.
SOLUTION:
Write below code in userworkform html fragment or in text file . (Text file should be called from harness of that section or skin rule ->included styles tab)
code:
<style> .freezelinks { position: sticky; top: 30px; } </style>
Now refer this name freezelinks in layout settings->presentation tab->enable Display advanced presentation options-> content css class-> Give name freezelinks.
Save your changes.