Scrollable Panel Layer

All WYSIWYG Web Builder support issues that are not covered in the forums below.
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
Post Reply
User avatar
amir2314
 
 
Posts: 318
Joined: Wed Aug 02, 2017 12:16 pm

Scrollable Panel Layer

Post 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
User avatar
Pablo
 
Posts: 21584
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Scrollable Panel Layer

Post by Pablo »

To be able to help you, I need to see what you have done.
wwonderfull
 
 
Posts: 1255
Joined: Fri Aug 21, 2020 8:27 am

Re: Scrollable Panel Layer

Post by wwonderfull »

can you give a link to the live project or share a project file any will do.
User avatar
crispy68
 
 
Posts: 2737
Joined: Thu Oct 23, 2014 12:43 am
Location: Acworth, GA
Contact:

Re: Scrollable Panel Layer

Post 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.
User avatar
amir2314
 
 
Posts: 318
Joined: Wed Aug 02, 2017 12:16 pm

Re: Scrollable Panel Layer

Post 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 ❤️
Post Reply