mirror of
https://github.com/glanceapp/glance.git
synced 2024-11-22 08:23:52 +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);
|
padding: 15px var(--content-bounds-padding);
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
overflow-x: scroll;
|
overflow-x: auto;
|
||||||
gap: 2.5rem;
|
gap: 2.5rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user