From 9de0894681a17adc6c5501de9a635e73a057873c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Tue, 16 Jan 2018 12:41:46 +0100 Subject: [PATCH] css: removed min-width of header menu sub items. Caused horizontal scrollbar when the rightmost item had a submenu. Now it's a bit ugly, but at least without the scrollbar. --- css/m-components.css | 1 - 1 file changed, 1 deletion(-) diff --git a/css/m-components.css b/css/m-components.css index fb8fd3aa..783ce046 100644 --- a/css/m-components.css +++ b/css/m-components.css @@ -303,7 +303,6 @@ body > header > nav:target #m-navbar-hide { z-index: 99999; position: absolute; visibility: hidden; - min-width: 7.5rem; } body > header > nav #m-navbar-collapse li:hover ol { visibility: visible; -- 2.30.2