Add latest changes from gitlab-org/gitlab@master

This commit is contained in:
GitLab Bot 2020-12-18 09:09:53 +00:00
parent 35aeb676e8
commit c0e9a87e7f
2 changed files with 2 additions and 1 deletions

View File

@ -90,6 +90,7 @@ export default {
ref="drawer"
v-gl-resize-observer="handleResize"
class="whats-new-drawer"
:z-index="700"
:open="open"
@close="closeDrawer"
>

View File

@ -57,7 +57,7 @@
}
.whats-new-modal-backdrop {
z-index: 9;
z-index: 699;
}
.whats-new-notification-count {