Fix timepicker z-index to be above the sidebar

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl 2018-08-15 16:44:10 +02:00
parent f7ae4771c8
commit e171d004e6
No known key found for this signature in database
GPG Key ID: 4C614C6ED2CDE6DF
1 changed files with 1 additions and 0 deletions

View File

@ -601,6 +601,7 @@ code {
margin-top: 10px !important; margin-top: 10px !important;
width: auto !important; width: auto !important;
border-radius: var(--border-radius); border-radius: var(--border-radius);
z-index: 1600 !important;
.ui-widget-content { .ui-widget-content {
border: none !important; border: none !important;