mirror of
https://github.com/glanceapp/glance.git
synced 2025-08-18 20:08:15 +02:00
Don't force scrollbar when not needed
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user