style: fix no-scrollbar on firefox

This commit is contained in:
MTG2000
2022-05-21 18:45:00 +03:00
parent 95fcd7cc00
commit cdc366df10

View File

@@ -31,6 +31,12 @@
/* Internet Explorer 10+ */
scrollbar-width: none;
/* Firefox */
& * {
-ms-overflow-style: none;
/* Internet Explorer 10+ */
scrollbar-width: none;
/* Firefox */
}
&::-webkit-scrollbar,
& ::-webkit-scrollbar {