Removing the bottom scrollbar from a 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
JohnFowler
 
 
Posts: 14
Joined: Sat Nov 12, 2022 11:31 am

Removing the bottom scrollbar from a layer.

Post by JohnFowler »

Please help.
The Timeline in the picture is in one layer.
How to remove the bottom scrollbar? I need the right side bar.
Image

Thank you,
John Fowler.
User avatar
Pablo
 
Posts: 22163
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Removing the bottom scrollbar from a layer.

Post by Pablo »

It looks like the box is to small for the content.
But it's difficult to say something meaningful about this without a DEMO project.
User avatar
rogerl
 
 
Posts: 200
Joined: Tue May 03, 2016 8:24 am

Re: Removing the bottom scrollbar from a layer.

Post by rogerl »

It's been a while since I dabbled in this but isn't their a code you can apply to an object that deals with the visibility of overflow on the x and y axis?
User avatar
crispy68
 
 
Posts: 2833
Joined: Thu Oct 23, 2014 12:43 am
Location: Acworth, GA
Contact:

Re: Removing the bottom scrollbar from a layer.

Post by crispy68 »

I'm not at my computer but I believe in the layer you could set the overflow property.

You could insert some CSS like such:

Code: Select all

<style>
#NameOfLayer{overflow-x:hidden;}
</style>
I would probably want to know why it's causing the horizontal scrollbars to see if that can be fixed first. As pablo stated, the scrollbars only appear if the content inside is bigger than the container it is in. The layer needs to be made a little bigger.
JohnFowler
 
 
Posts: 14
Joined: Sat Nov 12, 2022 11:31 am

Re: Removing the bottom scrollbar from a layer.

Post by JohnFowler »

I scale the width of the layer to the maximum.
The Timeline is much smaller.
The bottom scroll bar still appears.
I am attaching the project.
TimeLineTest.wbs
Thank you that several people are dealing with my problem!
User avatar
Bluesman
 
 
Posts: 1144
Joined: Mon Feb 01, 2016 5:43 pm
Location: Sweden
Contact:

Re: Removing the bottom scrollbar from a layer.

Post by Bluesman »

If you use a Layout Grid instead of a Layer... you get rid of the scrollbar and in the same time get it responsive...
"Make My Day"

See my Website
User avatar
crispy68
 
 
Posts: 2833
Joined: Thu Oct 23, 2014 12:43 am
Location: Acworth, GA
Contact:

Re: Removing the bottom scrollbar from a layer.

Post by crispy68 »

@JohnFowler,

did you try what I suggested? This works. You will need to set the overflow in the layer to "auto". When you set it to "scroll" it will always show scrollbars.

As bluesman mentioned, it is best to create using a floating design as this will help immensely in making it responsive. Plus the extension will scale and there'll be no need for scrollbars.
JohnFowler
 
 
Posts: 14
Joined: Sat Nov 12, 2022 11:31 am

Re: Removing the bottom scrollbar from a layer.

Post by JohnFowler »

@Bluesman and @crispy68!

Thanks to your advice, the problem is solved.

Thank you,
John Fowler!
Post Reply