Commit d33f8c04 authored by Jay's avatar Jay Committed by Vitaly Slobodin

BUGFIX - adjust z-index for whats new drawer

After soft launching the whats new sidebar we've become aware that on
pages with other sidebars, there is competition for which component is
highest.

Adjusting the z-index here to ensure the backdrop and drawer are higher
than the issues sidebars upon rendering.
parent 04f0ec2a
...@@ -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