diff options
Diffstat (limited to 'core/css')
-rw-r--r-- | core/css/mobile.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/css/mobile.scss b/core/css/mobile.scss index 3ad40dc7428..bccb2fe05bb 100644 --- a/core/css/mobile.scss +++ b/core/css/mobile.scss @@ -64,7 +64,7 @@ left: 0; width: 44px; height: 44px; - z-index: 149; + z-index: 1050; // above app-content background-color: rgba(255, 255, 255, .7); cursor: pointer; opacity: .6; @@ -82,7 +82,7 @@ left: 0; width: 44px; height: 44px; - z-index: 149; + z-index: 1050; // above app-content cursor: pointer; opacity: 0.6; } |