Page 1 of 1

Overlay menu scrollable

Posted: Thu Aug 22, 2019 9:39 pm
by tommy888
Has anyone succeeded in making WB15 built-in overlay menu scrollable? I mean mobile devices when rotating the screen.

Re: Overlay menu scrollable

Posted: Thu Aug 22, 2019 9:49 pm
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

Re: Overlay menu scrollable

Posted: Fri Aug 23, 2019 6:17 am
by tommy888
Thank you