]> git.immae.eu Git - github/shaarli/Shaarli.git/commitdiff
Mobile menu: chrome bugfix
authorArthurHoaro <arthur@hoa.ro>
Sat, 6 Aug 2016 14:12:46 +0000 (16:12 +0200)
committerArthurHoaro <arthur@hoa.ro>
Sun, 7 Aug 2016 10:17:36 +0000 (12:17 +0200)
tpl/default/css/shaarli.css

index 19bdc45c3856ce61be3867a18e032c813094d44a..c9229c3cd75db6ebc27835fa74ab7d63f605ef74 100644 (file)
@@ -101,6 +101,11 @@ pre {
     z-index: 999;
 }
 
+/* Chrome bugfix: with 100% height, it only displays the first element. */
+.pure-menu-item {
+    height: inherit;
+}
+
 .shaarli-menu.open {
     max-height: 500px;
     transition: max-height 0.75s;