[css] Reduce scrollbar width on scrollable sticky elements.

master
Fabio Caccamo 2022-11-29 16:45:32 +01:00
parent 2d839d2ff7
commit b5fdd6ec19
2 changed files with 2 additions and 0 deletions

View File

@ -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;*/
}

View File

@ -353,6 +353,7 @@
display: flex;
flex-direction: column;
overflow-y: auto;
scrollbar-width: thin;
height: 100%;
max-height: calc(100vh - 60px);
}