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