mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-18 08:12:15 +00:00
grid view implementation
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<div v-if="isVisible" class="popover-item" :class="side">
|
||||
<div v-if="isVisible" class="popover-item z-20" :class="side">
|
||||
<slot></slot>
|
||||
</div>
|
||||
</template>
|
||||
@@ -39,7 +39,6 @@
|
||||
.popover-item {
|
||||
min-width: 250px;
|
||||
position: absolute;
|
||||
z-index: 9;
|
||||
box-shadow: $shadow;
|
||||
background: white;
|
||||
border-radius: 8px;
|
||||
|
||||
Reference in New Issue
Block a user