1
0

fix: remove workarounds to properly overlay the top menu bar over everything else

This commit is contained in:
kolaente
2022-05-08 23:26:07 +02:00
parent 0007c30672
commit 4b0d491359
4 changed files with 61 additions and 60 deletions

View File

@ -1,5 +1,5 @@
<template>
<div class="content-auth" :class="{'z-unset': modalActive}">
<div class="content-auth">
<BaseButton
v-if="menuActive"
@click="$store.commit('menuActive', false)"
@ -129,7 +129,6 @@ const store = useStore()
const background = computed(() => store.state.background)
const blurHash = computed(() => store.state.blurHash)
const menuActive = computed(() => store.state.menuActive)
const modalActive = computed(() => store.state.modalActive)
function showKeyboardShortcuts() {
store.commit(KEYBOARD_SHORTCUTS_ACTIVE, true)