Use the thin scrollbar size for pagination.
This commit is contained in:
parent
905fc34b1e
commit
40042b95c0
1 changed files with 2 additions and 1 deletions
|
@ -3,13 +3,14 @@
|
|||
justify-content: space-between;
|
||||
align-items: stretch;
|
||||
width: 100%;
|
||||
scrollbar-color: var(--accent-colour) var(--background-colour);
|
||||
|
||||
&__section {
|
||||
display: flex;
|
||||
align-items: stretch;
|
||||
overflow: auto;
|
||||
flex: 0 0 auto;
|
||||
scrollbar-width: thin;
|
||||
scrollbar-color: var(--accent-colour) var(--background-colour);
|
||||
|
||||
&--pages {
|
||||
flex-shrink: 1;
|
||||
|
|
Loading…
Add table
Reference in a new issue