From f6393e8f491bdc42cea80b82c2685fcba1294643 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Wed, 5 Nov 2025 20:43:21 +0100 Subject: Temporary fix of scrolling navbar --- static/style-2.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/static/style-2.css b/static/style-2.css index c83736c..2ce8d95 100644 --- a/static/style-2.css +++ b/static/style-2.css @@ -2874,8 +2874,10 @@ textarea, */ /* TODO: Just use a hamburger menu on mobile! */ -nav { - overflow: scroll; +@media (max-width: 1024px) { + nav { + overflow: scroll; + } } :has(> .translation) { -- cgit v1.2.3