]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
Fix calendar in chromium and reducing the size of the calendar
authorAlexandr Danilov <bitbucket@modos189.ru>
Mon, 17 Aug 2015 12:43:44 +0000 (15:43 +0300)
committerAlexandr Danilov <bitbucket@modos189.ru>
Mon, 17 Aug 2015 12:43:44 +0000 (15:43 +0300)
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;
 }
 
 /* ==========================================================================