mirror of
https://github.com/arkorty/Osborne.git
synced 2026-03-18 09:02:31 +00:00
style stuff
This commit is contained in:
@@ -210,6 +210,16 @@
|
||||
box-shadow: 0 0 0 2px var(--primary);
|
||||
outline: none;
|
||||
}
|
||||
|
||||
/* Hide scrollbars */
|
||||
.scrollbar-hide {
|
||||
-ms-overflow-style: none;
|
||||
scrollbar-width: none;
|
||||
}
|
||||
|
||||
.scrollbar-hide::-webkit-scrollbar {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user