From 1282d93769fe541287f64c83822b78345f2f3dad Mon Sep 17 00:00:00 2001 From: Linus Groh Date: Wed, 24 Jun 2020 14:49:30 +0100 Subject: [PATCH] Remove datepicker buttons mobile style overrides This has been fixed upstream. --- src/styles/_datepicker.scss | 9 --------- 1 file changed, 9 deletions(-) diff --git a/src/styles/_datepicker.scss b/src/styles/_datepicker.scss index 6c7fd1a..3071af9 100644 --- a/src/styles/_datepicker.scss +++ b/src/styles/_datepicker.scss @@ -6,14 +6,5 @@ box-shadow: none !important; filter: var(--drop-shadow); margin-top: 5px; - - @media screen and (max-width: 415px) { - // Fix buttons being off screen - .datepicker-buttons-container { - bottom: 0; - position: absolute; - width: 100%; - } - } } }