mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-21 09:35:49 +02:00
Hide scrollbar of sidebar menu on firefox too.
This commit is contained in:
parent
253adee35b
commit
02b71eeab8
1 changed files with 3 additions and 0 deletions
|
@ -68,6 +68,7 @@ body {
|
||||||
/** Hide scrollbar in old Firefox and Edge **/
|
/** Hide scrollbar in old Firefox and Edge **/
|
||||||
-ms-overflow-style: none;
|
-ms-overflow-style: none;
|
||||||
overflow: -moz-scrollbars-none;
|
overflow: -moz-scrollbars-none;
|
||||||
|
scrollbar-width: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ -95,6 +96,8 @@ body {
|
||||||
/** Hide scrollbar in Firefox and Edge **/
|
/** Hide scrollbar in Firefox and Edge **/
|
||||||
-ms-overflow-style: none;
|
-ms-overflow-style: none;
|
||||||
overflow: -moz-scrollbars-none;
|
overflow: -moz-scrollbars-none;
|
||||||
|
/* Use standard version for hiding the scrollbar */
|
||||||
|
scrollbar-width: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.sidebar-container {
|
.sidebar-container {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue