Show notifications when sidebar is open

This commit is contained in:
rijkvanzanten
2020-09-03 12:52:30 -04:00
parent 9f86fde95f
commit 4078506e8c

View File

@@ -42,7 +42,7 @@
<v-overlay class="nav-overlay" :active="navOpen" @click="navOpen = false" />
<v-overlay class="drawer-overlay" :active="drawerOpen" @click="drawerOpen = false" />
<notifications-group v-if="drawerOpen === false" :dense="drawerOpen === false" />
<notifications-group :dense="drawerOpen === false" />
<template v-if="showDropEffect">
<div class="drop-border top" />
@@ -255,14 +255,14 @@ export default defineComponent({
@import '@/styles/mixins/breakpoint';
.private-view {
--content-padding: 12px;
--content-padding-bottom: 60px;
display: flex;
width: 100%;
height: 100%;
background-color: var(--background-page);
--content-padding: 12px;
--content-padding-bottom: 60px;
.nav-overlay {
--v-overlay-z-index: 49;