From 3aed0ac0f6002b00cbd61a9e57b12ce21f9221a6 Mon Sep 17 00:00:00 2001 From: Matthias Mees Date: Sat, 25 Jun 2016 12:06:13 +0200 Subject: [PATCH] [next] CSS fix for non-smallscreen nav --- templates/next/style.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/templates/next/style.css b/templates/next/style.css index a451c2af..f310f081 100644 --- a/templates/next/style.css +++ b/templates/next/style.css @@ -474,11 +474,10 @@ nav ul, nav ol { clip: auto; height: auto; margin: 0; + max-height: none; overflow: visible; position: relative; width: auto; } - .js .nav-collapse.closed { - max-height: none; } .nav-collapse li { width: auto; }