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
Scrollable Panel Layer
Forum rules
IMPORTANT NOTE!!
DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.
PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
IMPORTANT NOTE!!
DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.
PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
- Pablo
- Posts: 23913
- Joined: Sun Mar 28, 2004 12:00 pm
- Location: Europe
- Contact:
Re: Scrollable Panel Layer
To be able to help you, I need to see what you have done.
- wwonderfull
-

- Posts: 1621
- Joined: Fri Aug 21, 2020 8:27 am
- Contact:
Re: Scrollable Panel Layer
can you give a link to the live project or share a project file any will do.
- crispy68
-

- Posts: 3103
- Joined: Thu Oct 23, 2014 12:43 am
- Location: Acworth, GA
- Contact:
Re: Scrollable Panel Layer
Try this:
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.
Code: Select all
<style>
#Layer1_panel{overflow-y:auto;}
</style>
- amir2314
-

- Posts: 321
- Joined: Wed Aug 02, 2017 12:16 pm
Re: Scrollable Panel Layer
Hi dear crispy68 thank you very much . Thats working goodcrispy68 wrote: Wed Aug 03, 2022 5:26 pm Try this:
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.Code: Select all
<style> #Layer1_panel{overflow-y:auto;} </style>