fix container scroll bar
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user