Commit a5c05d27 by Simon Podlipsky

Tweak datetime picker layout for mobile

parent 6f998541
......@@ -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%;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment