Add latest changes from gitlab-org/gitlab@master
This commit is contained in:
parent
35aeb676e8
commit
c0e9a87e7f
2 changed files with 2 additions and 1 deletions
|
@ -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 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.whats-new-modal-backdrop {
|
.whats-new-modal-backdrop {
|
||||||
z-index: 9;
|
z-index: 699;
|
||||||
}
|
}
|
||||||
|
|
||||||
.whats-new-notification-count {
|
.whats-new-notification-count {
|
||||||
|
|
Loading…
Reference in a new issue