You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hello,
i want to show this time/date picker always on body meaning i don't want to press anything for dialog, just be there always. possible ? please help us.
The text was updated successfully, but these errors were encountered:
The only thing you need to do is to modify the scss - .mddtp-picker class in particular.
Remove: position: fixed; top: 50%; left: 50%; transform: translate3d(-50%,-50%,0); transform-origin: 0 0;
It should be inline now :)
And of course remove the mddtp-picker--inactive class from the div.
hello,
i want to show this time/date picker always on body meaning i don't want to press anything for dialog, just be there always. possible ? please help us.
The text was updated successfully, but these errors were encountered: