mirror of
https://github.com/DirectoryLister/DirectoryLister.git
synced 2025-09-24 20:51:29 +02:00
Dismiss file info modal on background click
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
class="fixed top-0 flex justify-center items-center w-screen h-screen p-4 z-50"
|
||||
style="background-color: hsla(218, 23%, 23%, .5)"
|
||||
v-bind:class="this.styles"
|
||||
v-on:click.self="hide()"
|
||||
>
|
||||
<div class="bg-white rounded-lg shadow-lg overflow-hidden" v-show="! loading">
|
||||
<div class="flex justify-between items-center bg-blue-600 p-4">
|
||||
|
Reference in New Issue
Block a user