diff options
| -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) { |