fix container scroll bar

This commit is contained in:
hugo LAMY
2025-03-02 03:13:58 +01:00
parent a99f49693d
commit 20a2bb13a0

View File

@@ -752,10 +752,10 @@ adresse1 td {
::-webkit-scrollbar {
width: 10px;
}
::-webkit-scrollbar-track {
#Container::-webkit-scrollbar-track {
background: #eee;
}
::-webkit-scrollbar-thumb {
#Container::-webkit-scrollbar-thumb {
background: #cc3300;
}
/* Firefox-specific Scrollbar */