Remove datepicker buttons mobile style overrides

This has been fixed upstream.
This commit is contained in:
Linus Groh
2020-06-24 14:49:30 +01:00
parent b8661b11fb
commit 1282d93769

View File

@@ -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%;
}
}
}
}