mirror of
https://github.com/nextcloud/server.git
synced 2026-06-09 08:44:07 -04:00
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
1 changed files with 1 additions and 0 deletions
|
|
@ -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 a new issue