mirror of
https://github.com/chartdb/chartdb.git
synced 2026-02-15 16:21:22 -06:00
remove scrollbars
This commit is contained in:
committed by
Guy Ben-Aharon
parent
9a63c40a74
commit
070061cf85
@@ -11,4 +11,13 @@
|
||||
@apply transition-[width];
|
||||
@apply duration-100;
|
||||
}
|
||||
|
||||
html {
|
||||
-ms-overflow-style: none; /* IE and Edge */
|
||||
scrollbar-width: none; /* Firefox */
|
||||
}
|
||||
|
||||
html::-webkit-scrollbar {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user