Make horizontal scrollbars thinner
This commit is contained in:
parent
917e2cabfc
commit
808169f43c
1 changed files with 2 additions and 0 deletions
|
@ -519,6 +519,7 @@ kbd:active {
|
|||
|
||||
.cards-horizontal {
|
||||
overflow-x: auto;
|
||||
scrollbar-width: thin;
|
||||
padding-bottom: 1rem;
|
||||
}
|
||||
|
||||
|
@ -1279,6 +1280,7 @@ kbd:active {
|
|||
display: flex;
|
||||
align-items: center;
|
||||
overflow-x: auto;
|
||||
scrollbar-width: thin;
|
||||
gap: 2.5rem;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue