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

Fix timepicker z-index to be above the sidebar
This commit is contained in:
John Molakvoæ 2018-08-15 17:13:10 +02:00 committed by GitHub
commit 8809dc764b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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;