Overflow: Scroll pri širokih vprašanjih na mobilnem - custom scrollbar
This commit is contained in:
parent
1b35d380f5
commit
83a5e9c090
2714
public/css/admin.css
2714
public/css/admin.css
File diff suppressed because it is too large
Load Diff
@ -22,5 +22,15 @@ a.status_advanced_link {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.content_div_normalmode {
|
.content_div_normalmode {
|
||||||
overflow: scroll;
|
overflow-x: auto;
|
||||||
}
|
|
||||||
|
&::-webkit-scrollbar {
|
||||||
|
background-color:white;
|
||||||
|
height: 5px;
|
||||||
|
}
|
||||||
|
|
||||||
|
&::-webkit-scrollbar-thumb {
|
||||||
|
background: #c4c4c4;
|
||||||
|
border-radius: 5px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user