diff options
author | Alan Pearce | 2024-06-21 15:35:45 +0200 |
---|---|---|
committer | Alan Pearce | 2024-06-21 15:35:45 +0200 |
commit | 2100b1e8a2a0150ac0a060d047abbdca236c9602 (patch) | |
tree | cdb3496525b95f53992faa73ee97796a01c6a191 /frontend/static/style.css | |
parent | be389b35ce6364deb6533d6267545905d6fd8ba1 (diff) | |
download | searchix-2100b1e8a2a0150ac0a060d047abbdca236c9602.tar.lz searchix-2100b1e8a2a0150ac0a060d047abbdca236c9602.tar.zst searchix-2100b1e8a2a0150ac0a060d047abbdca236c9602.zip |
style: remove vertical scrollbar on firefox-dev templ
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"] { |