feat: contain modal overflow scrolling

This commit is contained in:
Dominik Pschenitschni 2022-11-22 12:42:11 +01:00
parent 754d0cd8e9
commit db7bc4121f
Signed by: dpschen
GPG Key ID: B257AC0149F43A77
1 changed files with 2 additions and 0 deletions

View File

@ -123,6 +123,7 @@ $modal-width: 1024px;
height: 100%;
max-height: 100vh;
overflow: auto;
overscroll-behavior: contain;
-webkit-overflow-scrolling: touch;
}
@ -133,6 +134,7 @@ $modal-width: 1024px;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
overflow: visible; // reset bulma
@media screen and (max-width: $tablet) {
margin: 0;