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;
|
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;
|
||||||
|
|
Loading…
Add table
Reference in a new issue