mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2025-12-12 01:00:29 +08:00
web: fixed firefox scrollbar width
This commit is contained in:
parent
22341044ba
commit
af4376761c
@ -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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user