web: fixed firefox scrollbar width

This commit is contained in:
Maxim Devaev 2023-06-09 04:00:27 +03:00
parent 22341044ba
commit af4376761c

View File

@ -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);
}
}