mirror of
https://github.com/aljazceru/landscape-template.git
synced 2025-12-27 11:14:33 +01:00
style: fix no-scrollbar on firefox
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user