mirror of
https://github.com/owntone/owntone-server.git
synced 2025-10-29 07:45:04 -04:00
Merge pull request #1921 from chme/fix/web-modal-mobile
[web] Fix modal hight to display buttons on mobile
This commit is contained in:
commit
b1d7e4c433
@ -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 {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user