From: Alexandr Danilov Date: Mon, 17 Aug 2015 12:43:44 +0000 (+0300) Subject: Fix calendar in chromium and reducing the size of the calendar X-Git-Tag: 2.0.0-alpha.0~34^2~1 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=727b39a90eddd03502c972ff27f520a1e8c8d3db;p=github%2Fwallabag%2Fwallabag.git Fix calendar in chromium and reducing the size of the calendar --- diff --git a/src/Wallabag/CoreBundle/Resources/views/themes/material/public/css/main.css b/src/Wallabag/CoreBundle/Resources/views/themes/material/public/css/main.css index a3cbe651..81ea598c 100755 --- a/src/Wallabag/CoreBundle/Resources/views/themes/material/public/css/main.css +++ b/src/Wallabag/CoreBundle/Resources/views/themes/material/public/css/main.css @@ -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; } /* ==========================================================================