Commit 35f6f50f by Simon Podlipsky

Fixed timepicker css issue introduced by PR #14700 and remove hotfix from 297241c4

parent 769e9f2d
...@@ -20,10 +20,12 @@ ...@@ -20,10 +20,12 @@
display: flex; display: flex;
flex-direction: column; flex-direction: column;
position: absolute; position: absolute;
left: 20px;
right: 20px; right: 20px;
top: $navbarHeight; top: $navbarHeight;
@include media-breakpoint-up(md) { @include media-breakpoint-up(md) {
left: auto;
width: 550px; width: 550px;
} }
......
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