Overflow: Scroll pri širokih vprašanjih na mobilnem - dark mode popravek

This commit is contained in:
tejagerjovic 2021-10-26 13:50:13 +02:00
parent 83a5e9c090
commit bb184a6de1
2 changed files with 2 additions and 2 deletions

View File

@ -28614,7 +28614,7 @@ a.addIfIcon {
overflow-x: auto;
}
.content_div_normalmode::-webkit-scrollbar {
background-color: white;
background-color: inherit;
height: 5px;
}
.content_div_normalmode::-webkit-scrollbar-thumb {

View File

@ -25,7 +25,7 @@ a.status_advanced_link {
overflow-x: auto;
&::-webkit-scrollbar {
background-color:white;
background-color: inherit;
height: 5px;
}