Merge pull request #359 from jerry924/issue350_advsearch_calendermode

issue 350 - change z-index to allow advanced search in calendar mode
This commit is contained in:
Lucas Bickel 2017-11-16 21:10:18 +01:00 committed by GitHub
commit d356b754df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -294,7 +294,7 @@ thead th.ui-state-default:focus {
top: 4px;
right: 4px;
left: 4px;
z-index: 1; /* Display above the content wrapper */
z-index: auto; /* Allows advanced mode expander to be visible in calendar schedule mode */
-webkit-flex: 1 100%;
-moz-flex: 1 100%;