Site Navigation Menu Scrollbar
Hello everyone,
How can I remove the scrollbar on the site navigation menu?
Thank you and happy holidays!
-
-
·
LeonidS
- ·
Hello Tuncay Bayburt !
It seems your current template has the following code (possible in modules\boonex\decorous\data\template\system\css\general.css file):
@media only screen and (min-width: 720px) {
.cd-nav {
display: block;
float: right;
height: 100%;
}
}
You need to delete the height: 100%; line and clear the cache in the Studio->Dashboard app.
-
·
LeonidS
-
Hi!
Thanks for your support but I couldn't find that module in the studio.
We are using managed UNA service. Maybe it's the reason, what do you say?
-
Try to use this solution then https://una.io/page/cmts-view?sys=bx_forum&id=5453&cmt_id=31159
-
Thanks a lot, it works fine now :)