- filebrowser contextmenu fix

This commit is contained in:
Čarodej
2021-11-02 10:06:18 +01:00
parent 23602f5e4f
commit 9b2dbe06c7
8 changed files with 80 additions and 47 deletions
@@ -1,7 +1,7 @@
<template>
<transition name="popup">
<div
class="popup lg:absolute fixed top-0 left-0 right-0 bottom-0 z-40 overflow-y-auto grid h-full p-10"
class="popup lg:absolute fixed top-0 left-0 right-0 bottom-0 overflow-y-auto grid h-full p-10"
@click.self="closePopup"
v-if="isVisibleWrapper"
>
@@ -61,6 +61,10 @@
@import '/resources/sass/vuefilemanager/_variables';
@import '/resources/sass/vuefilemanager/_mixins';
.popup {
z-index: 41;
}
.popup-wrapper {
box-shadow: $light_mode_popup_shadow;
border-radius: 8px;
+1 -1
View File
@@ -56,7 +56,7 @@
right: 0;
left: 0;
bottom: 0;
z-index: 30;
z-index: 40;
background: $light_mode_vignette;
}