Tweak datetime picker layout for mobile

This commit is contained in:
Simon Podlipsky
2018-12-31 19:44:00 +01:00
parent 6f998541c8
commit a5c05d273f

View File

@@ -20,9 +20,12 @@
display: flex;
flex-direction: column;
position: absolute;
left: 20px;
right: 20px;
top: $navbarHeight;
width: 550px;
@include media-breakpoint-up(md) {
width: 550px;
}
.popover-box {
max-width: 100%;