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

This commit is contained in:
tejagerjovic 2021-10-26 16:20:34 +02:00
parent bb184a6de1
commit 2816975be2
2 changed files with 11 additions and 0 deletions

View File

@ -28622,6 +28622,11 @@ a.addIfIcon {
border-radius: 5px; border-radius: 5px;
} }
} }
@media (max-width: 1100px) and (prefers-color-scheme: dark) {
.content_div_normalmode::-webkit-scrollbar-thumb {
background: #c4c4c4;
}
}
@media (max-width: 850px) { @media (max-width: 850px) {
#main { #main {
margin-top: 70px; margin-top: 70px;

View File

@ -34,3 +34,9 @@ a.status_advanced_link {
border-radius: 5px; border-radius: 5px;
} }
} }
@media (prefers-color-scheme: dark) {
.content_div_normalmode::-webkit-scrollbar-thumb{
background: #c4c4c4;
}
}