Merge pull request #1921 from chme/fix/web-modal-mobile

[web] Fix modal hight to display buttons on mobile
This commit is contained in:
Alain Nussbaumer
2025-08-26 20:17:59 +10:00
committed by GitHub

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 {