[web] Fix modal hight to display buttons on mobile

This commit is contained in:
Christian Meffert 2025-08-23 10:46:49 +02:00
parent f85a800644
commit 25d2af9343

View File

@ -56,7 +56,7 @@ export default {
<style scoped>
.card-content {
max-height: calc(100vh - calc(4 * var(--bulma-navbar-height)));
max-height: calc(100vh - var(--bulma-modal-content-spacing-tablet) - calc(4 * var(--bulma-navbar-height)));
overflow: auto;
}
.fade-leave-active {