mirror of
https://github.com/glanceapp/glance.git
synced 2024-11-22 00:13:55 +01:00
Don't force scrollbar when not needed
This commit is contained in:
parent
af975d0e7f
commit
6ffb95779d
@ -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…
Reference in New Issue
Block a user