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
commit b1d7e4c433
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 {