Use the thin scrollbar size for pagination.

This commit is contained in:
flash 2018-12-27 05:36:43 +01:00
parent 905fc34b1e
commit 40042b95c0

View file

@ -3,13 +3,14 @@
justify-content: space-between; justify-content: space-between;
align-items: stretch; align-items: stretch;
width: 100%; width: 100%;
scrollbar-color: var(--accent-colour) var(--background-colour);
&__section { &__section {
display: flex; display: flex;
align-items: stretch; align-items: stretch;
overflow: auto; overflow: auto;
flex: 0 0 auto; flex: 0 0 auto;
scrollbar-width: thin;
scrollbar-color: var(--accent-colour) var(--background-colour);
&--pages { &--pages {
flex-shrink: 1; flex-shrink: 1;