scrolling with no scrollbars

This commit is contained in:
SpikeHD
2022-07-14 18:52:12 -07:00
parent 88a1740b91
commit ab0e05ffe1

View File

@@ -14,6 +14,12 @@
border-radius: 10px;
box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.2);
overflow-y: auto;
}
.Menu::-webkit-scrollbar {
display: none;
}
.MenuInner {