mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-01-29 00:51:53 +08:00
web: fixed firefox scrollbar width
This commit is contained in:
@@ -72,7 +72,7 @@ div.code::-webkit-scrollbar-thumb {
|
||||
}
|
||||
@-moz-document url-prefix() {
|
||||
div.code {
|
||||
scrollbar-width: thin;
|
||||
scrollbar-width: 8px;
|
||||
scrollbar-color: var(--cs-scroll-default-bg) var(--cs-code-default-bg);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user