Don't force scrollbar when not needed
This commit is contained in:
parent
af975d0e7f
commit
6ffb95779d
1 changed files with 1 additions and 1 deletions
|
@ -1261,7 +1261,7 @@ kbd:active {
|
|||
padding: 15px var(--content-bounds-padding);
|
||||
display: flex;
|
||||
align-items: center;
|
||||
overflow-x: scroll;
|
||||
overflow-x: auto;
|
||||
gap: 2.5rem;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue