Commit 76e1aaea authored by Vitaly Slobodin's avatar Vitaly Slobodin

Merge branch 'jswain_whats_new_touchups' into 'master'

BUGFIX - adjust z-index for whats new drawer

See merge request gitlab-org/gitlab!50297
parents 04f0ec2a d33f8c04
...@@ -90,6 +90,7 @@ export default { ...@@ -90,6 +90,7 @@ export default {
ref="drawer" ref="drawer"
v-gl-resize-observer="handleResize" v-gl-resize-observer="handleResize"
class="whats-new-drawer" class="whats-new-drawer"
:z-index="700"
:open="open" :open="open"
@close="closeDrawer" @close="closeDrawer"
> >
......
...@@ -57,7 +57,7 @@ ...@@ -57,7 +57,7 @@
} }
.whats-new-modal-backdrop { .whats-new-modal-backdrop {
z-index: 9; z-index: 699;
} }
.whats-new-notification-count { .whats-new-notification-count {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment