]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - src/Wallabag/CoreBundle/Resources/views/themes/material/public/css/main.css
Fix calendar in chromium and reducing the size of the calendar
[github/wallabag/wallabag.git] / src / Wallabag / CoreBundle / Resources / views / themes / material / public / css / main.css
index a3cbe651814d00b2bcaca3f6c17b19a26a27b7fd..81ea598c443f922954bc672ef4365befaefad3dc 100755 (executable)
@@ -66,6 +66,10 @@ nav, main, footer {
     display: none;
 }
 
+.picker__date-display {
+    display: none;
+}
+
 /* ==========================================================================
    1 = Nav
    ========================================================================== */
@@ -190,6 +194,7 @@ nav input {
 .side-nav.fixed.right-aligned {
     right: -250px;
     left: auto !important;
+    overflow-y: visible;
 }
 
 /* ==========================================================================