about summary refs log tree commit diff stats
path: root/frontend
diff options
context:
space:
mode:
authorAlan Pearce2024-06-21 15:35:45 +0200
committerAlan Pearce2024-06-21 15:44:12 +0200
commitd2a473cfe8ad289d6304f5edca4542aa68dd7dc7 (patch)
tree2d8241e64503ee8bcba726111e5445e9114222e0 /frontend
parent58a7fc78b8e17dc4ce009767afd9066bbaa9328f (diff)
downloadsearchix-d2a473cfe8ad289d6304f5edca4542aa68dd7dc7.tar.lz
searchix-d2a473cfe8ad289d6304f5edca4542aa68dd7dc7.tar.zst
searchix-d2a473cfe8ad289d6304f5edca4542aa68dd7dc7.zip
style: remove vertical scrollbar on firefox-dev
Diffstat (limited to 'frontend')
-rw-r--r--frontend/static/style.css1
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"] {