mirror of
https://github.com/directus/directus.git
synced 2026-01-27 23:57:57 -05:00
Show notifications when sidebar is open
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user