diff --git a/frontend/src/assets/styles.scss b/frontend/src/assets/styles.scss index 136a581..cd58750 100644 --- a/frontend/src/assets/styles.scss +++ b/frontend/src/assets/styles.scss @@ -276,13 +276,16 @@ main, } .app-content__inner > .contenthidden { - height: auto; - overflow: visible; + flex: 1 1 auto; + min-height: 0; + height: 100%; + overflow: hidden; } .app-content__inner > .contenthidden > .contentscroll { - height: auto; - overflow: visible; + min-height: 0; + height: 100%; + overflow: auto; } .surface-card { diff --git a/frontend/src/views/admin/AdultVerificationView.vue b/frontend/src/views/admin/AdultVerificationView.vue index c33e4c0..d7577b4 100644 --- a/frontend/src/views/admin/AdultVerificationView.vue +++ b/frontend/src/views/admin/AdultVerificationView.vue @@ -1,97 +1,101 @@