forked from extern/the-glorious-startpage
hide webmenu scrollbar on mobile
This commit is contained in:
parent
25047e5773
commit
d88e91777d
@ -242,6 +242,15 @@
|
||||
-webkit-transform: scale(1);
|
||||
transform: scale(1);
|
||||
}
|
||||
|
||||
#webMenuListContainer {
|
||||
scrollbar-width: none !important;
|
||||
-ms-overflow-style: none !important;
|
||||
}
|
||||
|
||||
#webMenuListContainer::-webkit-scrollbar {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
/*The a href container/main web menu button container*/
|
||||
|
Loading…
Reference in New Issue
Block a user