mirror of
https://github.com/Grasscutters/Cultivation.git
synced 2026-02-06 02:06:29 +01:00
scrolling with no scrollbars
This commit is contained in:
@@ -14,6 +14,12 @@
|
|||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
|
|
||||||
box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.2);
|
box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.2);
|
||||||
|
|
||||||
|
overflow-y: auto;
|
||||||
|
}
|
||||||
|
|
||||||
|
.Menu::-webkit-scrollbar {
|
||||||
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.MenuInner {
|
.MenuInner {
|
||||||
|
|||||||
Reference in New Issue
Block a user