diff options
Diffstat (limited to 'web/static/style.css')
-rw-r--r-- | web/static/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/static/style.css b/web/static/style.css index a7d1244..f501429 100644 --- a/web/static/style.css +++ b/web/static/style.css @@ -203,7 +203,7 @@ body { #controls #keypad-list.visible { grid-column: 1 / -1; - overflow: scroll; + overflow: auto; display: flex; flex-direction: column; |