style: remove vertical scrollbar on firefox-dev
1 file changed, 1 insertion(+), 0 deletions(-)
jump to
M frontend/static/style.css → frontend/static/style.css
@@ -81,6 +81,7 @@ border: none; margin: unset; padding: unset; overflow-x: auto; + overflow-y: hidden; } input[type="search"] {