diff options
Diffstat (limited to 'core/css/share.scss')
-rw-r--r-- | core/css/share.scss | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/core/css/share.scss b/core/css/share.scss index 2c97af4aa0d..552e20c80cc 100644 --- a/core/css/share.scss +++ b/core/css/share.scss @@ -194,3 +194,6 @@ a { width: inherit !important; } +.ui-datepicker { + z-index: 1111 !important; +} |