diff --git a/frontend/src/assets/style.scss b/frontend/src/assets/style.scss index 05fa24e..528adda 100644 --- a/frontend/src/assets/style.scss +++ b/frontend/src/assets/style.scss @@ -357,6 +357,19 @@ body.is-noscroll { /* Modal */ .modal { z-index: 950; + + &.has-overflow { + overflow: auto !important; + .modal-content { + overflow: visible !important; + } + .modal-card { + overflow: visible !important; + } + .modal-card-body { + overflow: visible !important; + } + } } .modal-background { background: rgba(255, 255, 255, 0.7); @@ -377,6 +390,7 @@ body.is-noscroll { display: none; } + /* Table */ .b-table .level-left { min-width: 60%; diff --git a/frontend/src/views/Subscribers.vue b/frontend/src/views/Subscribers.vue index a0a7e95..0ad3cbf 100644 --- a/frontend/src/views/Subscribers.vue +++ b/frontend/src/views/Subscribers.vue @@ -193,7 +193,8 @@ - +