diff options
Diffstat (limited to 'frontend/static/style.css')
-rw-r--r-- | frontend/static/style.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/frontend/static/style.css b/frontend/static/style.css index 7cdc6c8..184ded5 100644 --- a/frontend/static/style.css +++ b/frontend/static/style.css @@ -81,6 +81,7 @@ section { margin: unset; padding: unset; overflow-x: auto; + overflow-y: hidden; } input[type="search"] { |