mirror of
https://github.com/owntone/owntone-server.git
synced 2025-10-30 00:05:05 -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>
|
<style scoped>
|
||||||
.card-content {
|
.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;
|
overflow: auto;
|
||||||
}
|
}
|
||||||
.fade-leave-active {
|
.fade-leave-active {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user