Merge pull request #10701 from nextcloud/bugfix/noid/timepicker-zindex
Fix timepicker z-index to be above the sidebar
This commit is contained in:
commit
8809dc764b
|
@ -601,6 +601,7 @@ code {
|
|||
margin-top: 10px !important;
|
||||
width: auto !important;
|
||||
border-radius: var(--border-radius);
|
||||
z-index: 1600 !important;
|
||||
|
||||
.ui-widget-content {
|
||||
border: none !important;
|
||||
|
|
Loading…
Reference in New Issue