mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-02-03 03:21:54 +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() {
|
@-moz-document url-prefix() {
|
||||||
div.code {
|
div.code {
|
||||||
scrollbar-width: thin;
|
scrollbar-width: 8px;
|
||||||
scrollbar-color: var(--cs-scroll-default-bg) var(--cs-code-default-bg);
|
scrollbar-color: var(--cs-scroll-default-bg) var(--cs-code-default-bg);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user