Page 1 of 1
Scrollable Panel Layer
Posted: Wed Aug 03, 2022 5:03 pm
by amir2314
Hi dear pablo
I have a pannel layer made with Layer Changed Mode To panel Layer
But my conent on panel layer is to much
How can i set Scroll to panell layer ? I used overflow from general tab set to scroll
But noting happened
Re: Scrollable Panel Layer
Posted: Wed Aug 03, 2022 5:05 pm
by Pablo
To be able to help you, I need to see what you have done.
Re: Scrollable Panel Layer
Posted: Wed Aug 03, 2022 5:12 pm
by wwonderfull
can you give a link to the live project or share a project file any will do.
Re: Scrollable Panel Layer
Posted: Wed Aug 03, 2022 5:26 pm
by crispy68
Try this:
Code: Select all
<style>
#Layer1_panel{overflow-y:auto;}
</style>
Add the above to an html object set to between the <head> tags. Change the words "Layer1" to match the ID of your panel layer.
Re: Scrollable Panel Layer
Posted: Thu Aug 04, 2022 7:37 pm
by amir2314
crispy68 wrote: Wed Aug 03, 2022 5:26 pm
Try this:
Code: Select all
<style>
#Layer1_panel{overflow-y:auto;}
</style>
Add the above to an html object set to between the <head> tags. Change the words "Layer1" to match the ID of your panel layer.
Hi dear crispy68 thank you very much . Thats working good
