fix container scroll bar
This commit is contained in:
@@ -752,10 +752,10 @@ adresse1 td {
|
|||||||
::-webkit-scrollbar {
|
::-webkit-scrollbar {
|
||||||
width: 10px;
|
width: 10px;
|
||||||
}
|
}
|
||||||
::-webkit-scrollbar-track {
|
#Container::-webkit-scrollbar-track {
|
||||||
background: #eee;
|
background: #eee;
|
||||||
}
|
}
|
||||||
::-webkit-scrollbar-thumb {
|
#Container::-webkit-scrollbar-thumb {
|
||||||
background: #cc3300;
|
background: #cc3300;
|
||||||
}
|
}
|
||||||
/* Firefox-specific Scrollbar */
|
/* Firefox-specific Scrollbar */
|
||||||
|
|||||||
Reference in New Issue
Block a user