From 2100b1e8a2a0150ac0a060d047abbdca236c9602 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Fri, 21 Jun 2024 15:35:45 +0200 Subject: style: remove vertical scrollbar on firefox-dev --- frontend/static/style.css | 1 + 1 file changed, 1 insertion(+) 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"] { -- cgit 1.4.1