grid view implementation

This commit is contained in:
Čarodej
2021-10-28 14:49:12 +02:00
parent 240880e2ad
commit b53d9fb93a
15 changed files with 617 additions and 50 deletions

View File

@@ -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;