Overlay menu scrollable
Forum rules
PLEASE READ THE FORUM RULES BEFORE YOU POST:
viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/links.html
PLEASE READ THE FORUM RULES BEFORE YOU POST:
viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/links.html
- tommy888
-
- Posts: 209
- Joined: Mon Sep 28, 2009 5:41 pm
- Location: Poland
- Contact:
Overlay menu scrollable
Has anyone succeeded in making WB15 built-in overlay menu scrollable? I mean mobile devices when rotating the screen.
- crispy68
-
- Posts: 3091
- Joined: Thu Oct 23, 2014 12:43 am
- Location: Acworth, GA
- Contact:
Re: Overlay menu scrollable
You could add the following style in the <head> section:
Change the name 'OverlayMenu1' to whatever name you have used for the menu
Code: Select all
<style>
.OverlayMenu1{overflow-y:auto;}
</style>
- tommy888
-
- Posts: 209
- Joined: Mon Sep 28, 2009 5:41 pm
- Location: Poland
- Contact:
Re: Overlay menu scrollable
Thank you