mirror of
https://github.com/logseq/logseq.git
synced 2026-04-28 08:04:40 +00:00
Fix: override scrollbar defaults for sidebar for firefox.
This commit is contained in:
@@ -1321,9 +1321,9 @@ a.tag:hover {
|
||||
/* Hide scrollbar for IE, Edge and Firefox */
|
||||
.hide-scrollbar {
|
||||
-ms-overflow-style: none; /* IE and Edge */
|
||||
scrollbar-width: none; /* Firefox */
|
||||
scrollbar-width: none !important; /* Firefox */
|
||||
}
|
||||
/* Hide scrollbar for Chrome, Safari and Opera */
|
||||
.hide-scrollbar::-webkit-scrollbar {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user