Fix popup height and overflow
continuous-integration/drone/push Build is failing Details

This commit is contained in:
philipp lang 2024-01-26 15:04:22 +01:00
parent 5b0bb1c81c
commit e7ef0a38c8
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
<template>
<div class="fixed z-40 top-0 left-0 w-full h-full flex items-center justify-center p-6">
<div class="relative rounded-lg p-8 bg-zinc-800 shadow-2xl shadow-black border border-zinc-700 border-solid w-full" :class="full ? 'h-full' : innerWidth">
<div class="relative rounded-lg p-8 bg-zinc-800 shadow-2xl shadow-black border border-zinc-700 border-solid w-full max-h-full overflow-auto" :class="full ? 'h-full' : innerWidth">
<div class="absolute top-0 right-0 mt-6 mr-6 flex space-x-6">
<slot name="actions"></slot>
<a href="#" @click.prevent="$emit('close')">