summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorJohn Molakvoæ <skjnldsv@users.noreply.github.com>2018-08-15 17:13:10 +0200
committerGitHub <noreply@github.com>2018-08-15 17:13:10 +0200
commit8809dc764bbe0a9d28b737c0faa39d2b7e389f44 (patch)
tree34c7d4b602090045f16fa2a474f297e40d742c44 /core
parent78ca6f9f877c779525ed2d22ed435755dcae007c (diff)
parente171d004e6cf7774b1c4c0a94d77f3da7442df6b (diff)
downloadnextcloud-server-8809dc764bbe0a9d28b737c0faa39d2b7e389f44.tar.gz
nextcloud-server-8809dc764bbe0a9d28b737c0faa39d2b7e389f44.zip
Merge pull request #10701 from nextcloud/bugfix/noid/timepicker-zindex
Fix timepicker z-index to be above the sidebar
Diffstat (limited to 'core')
-rw-r--r--core/css/styles.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/css/styles.scss b/core/css/styles.scss
index d1b43a3281f..80534e22227 100644
--- a/core/css/styles.scss
+++ b/core/css/styles.scss
@@ -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;