Fix calendar in chromium and reducing the size of the calendar

This commit is contained in:
Alexandr Danilov 2015-08-17 15:43:44 +03:00
parent 790d18a319
commit 727b39a90e

View file

@ -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;
}
/* ==========================================================================