hide webmenu scrollbar on mobile

This commit is contained in:
Gerome Matilla 2020-06-05 09:19:41 +08:00
parent 25047e5773
commit d88e91777d

View File

@ -242,6 +242,15 @@
-webkit-transform: scale(1); -webkit-transform: scale(1);
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*/ /*The a href container/main web menu button container*/