optimized browsing

This commit is contained in:
Čarodej
2021-10-26 10:14:33 +02:00
parent 15e154176d
commit e3ddf27023
6 changed files with 109 additions and 23 deletions

View File

@@ -1,7 +1,7 @@
<template>
<div
v-if="isFullPreview"
class="file-preview"
class="file-preview z-20"
ref="filePreview"
tabindex="-1"
@keydown.esc="closeFilePreview"
@@ -60,7 +60,6 @@
width: 100%;
height: 100%;
position: absolute;
z-index: 7;
background-color: white;
}