Overlay menu scrollable

Issues related to hyperlinks and web site navigation.
Forum rules
PLEASE READ THE FORUM RULES BEFORE YOU POST:
viewtopic.php?f=12&t=1901

MUST READ:
http://www.wysiwygwebbuilder.com/links.html
Post Reply
User avatar
tommy888
 
 
Posts: 214
Joined: Mon Sep 28, 2009 5:41 pm
Location: Poland
Contact:

Overlay menu scrollable

Post by tommy888 »

Has anyone succeeded in making WB15 built-in overlay menu scrollable? I mean mobile devices when rotating the screen.
User avatar
crispy68
 
 
Posts: 2737
Joined: Thu Oct 23, 2014 12:43 am
Location: Acworth, GA
Contact:

Re: Overlay menu scrollable

Post by crispy68 »

You could add the following style in the <head> section:

Code: Select all

<style>
.OverlayMenu1{overflow-y:auto;}
</style>
Change the name 'OverlayMenu1' to whatever name you have used for the menu
User avatar
tommy888
 
 
Posts: 214
Joined: Mon Sep 28, 2009 5:41 pm
Location: Poland
Contact:

Re: Overlay menu scrollable

Post by tommy888 »

Thank you
Post Reply