Skip to content
Snippets Groups Projects
Unverified Commit 8809dc76 authored by John Molakvoæ's avatar John Molakvoæ Committed by GitHub
Browse files

Merge pull request #10701 from nextcloud/bugfix/noid/timepicker-zindex

Fix timepicker z-index to be above the sidebar
parents 78ca6f9f e171d004
No related branches found
No related tags found
No related merge requests found
...@@ -601,6 +601,7 @@ code { ...@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment