Don't force scrollbar when not needed

pull/167/head
Svilen Markov 2024-08-05 11:12:25 +07:00
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;
}