Overflow: Scroll pri širokih vprašanjih na mobilnem - custom scrollbar

This commit is contained in:
tejagerjovic 2021-10-26 13:43:01 +02:00
parent 1b35d380f5
commit 83a5e9c090
2 changed files with 1373 additions and 1355 deletions

File diff suppressed because it is too large Load Diff

View File

@ -22,5 +22,15 @@ a.status_advanced_link {
}
.content_div_normalmode {
overflow: scroll;
}
overflow-x: auto;
&::-webkit-scrollbar {
background-color:white;
height: 5px;
}
&::-webkit-scrollbar-thumb {
background: #c4c4c4;
border-radius: 5px;
}
}