diff options
| author | Thomas Voss <mail@thomasvoss.com> | 2025-11-05 20:43:21 +0100 |
|---|---|---|
| committer | Thomas Voss <mail@thomasvoss.com> | 2025-11-05 20:43:21 +0100 |
| commit | f6393e8f491bdc42cea80b82c2685fcba1294643 (patch) | |
| tree | 458ad2c9f6ff05308810b775b30a1fcf39ea0a18 /static/style-2.css | |
| parent | 1f36615b7b142b92ee89b14dd40aa694b99efbd4 (diff) | |
Temporary fix of scrolling navbar
Diffstat (limited to 'static/style-2.css')
| -rw-r--r-- | static/style-2.css | 6 |
1 files 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) { |