Page 1 of 1

Responsive Menu ( overflow on breakpoint )

Posted: Mon Dec 12, 2022 11:29 am
by amir2314
Hi dear pablo .
.
I have a question About Responsive Menu On Wwb .
.
My menu Has A lots Of Item And in samll Size Of Device Its Only vissible Short Items Of menu . Is It possible To Set Overflow To Scrollable With Smallsize Devices With Html Custome Code ?

Re: Responsive Menu ( overflow on breakpoint )

Posted: Mon Dec 12, 2022 11:33 am
by Pablo
Sorry, there is no overflow option.

Re: Responsive Menu ( overflow on breakpoint )

Posted: Mon Dec 12, 2022 11:37 am
by amir2314
Pablo wrote: Mon Dec 12, 2022 11:33 am Sorry, there is no overflow option.
Im looking for something like this : if its not possible Forget That
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 ❤️