[css] Reduce scrollbar width on scrollable sticky elements.
parent
2d839d2ff7
commit
b5fdd6ec19
|
|
@ -447,6 +447,7 @@ body.admin-interface .paginator a.showall:visited {
|
|||
border-top: none;
|
||||
border-bottom: none;
|
||||
border-left: none;
|
||||
scrollbar-width: thin;
|
||||
/*transition: left .3s, margin-left .3s;*/
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -353,6 +353,7 @@
|
|||
display: flex;
|
||||
flex-direction: column;
|
||||
overflow-y: auto;
|
||||
scrollbar-width: thin;
|
||||
height: 100%;
|
||||
max-height: calc(100vh - 60px);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue