aboutsummaryrefslogtreecommitdiff
path: root/src/components/mao-app.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/mao-app.js')
-rw-r--r--src/components/mao-app.js6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/components/mao-app.js b/src/components/mao-app.js
index 9483cc6..2694950 100644
--- a/src/components/mao-app.js
+++ b/src/components/mao-app.js
@@ -69,6 +69,12 @@ class MaoApp extends connect(store)(LitElement) {
background-color: var(--app-header-background-color);
color: var(--app-header-text-color);
border-bottom: 1px solid #eee;
+
+ z-index: 101;
+ }
+
+ app-drawer {
+ z-index: 101;
}
.toolbar-top {