chiark / gitweb /
css: removed min-width of header menu sub items.
authorVladimír Vondruš <mosra@centrum.cz>
Tue, 16 Jan 2018 11:41:46 +0000 (12:41 +0100)
committerVladimír Vondruš <mosra@centrum.cz>
Tue, 16 Jan 2018 21:45:07 +0000 (22:45 +0100)
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

index fb8fd3aab94672a41e4146ba5b435cc025c215d5..783ce0461e415b79d66ce477b79e08ce626ecded 100644 (file)
@@ -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;