fix scrollbar firefox all html

This commit is contained in:
hugo LAMY
2025-03-02 03:58:58 +01:00
parent f92e948c7b
commit 8c094fa8a8

View File

@@ -780,7 +780,7 @@ adresse1 td {
}
/* Firefox-specific Scrollbar */
@-moz-document url-prefix() {
* {
#Container {
scrollbar-width: thin;
scrollbar-color: #cc3300 #eee;
scrollbar-gutter: stable;
@@ -788,11 +788,11 @@ adresse1 td {
}
/* Style scrollbar buttons (arrows) */
::-webkit-scrollbar-button {
/* ::-webkit-scrollbar-button {
background: #555;
height: 16px;
width: 16px;
}
} */
/* Optional: Style the top (up) and bottom (down) buttons differently */
/* ::-webkit-scrollbar-button:vertical:start {
background: url("up-arrow.png") center no-repeat;