fix: add webkit overflow scolling

This commit is contained in:
Dominik Pschenitschni 2022-11-22 12:40:49 +01:00
parent 6fc47ee8bd
commit a4f3d759c2
Signed by: dpschen
GPG Key ID: B257AC0149F43A77
2 changed files with 3 additions and 0 deletions

View File

@ -367,6 +367,7 @@ watch(
left: 0;
z-index: 7;
overflow: auto;
-webkit-overflow-scrolling: touch;
display: none;
box-sizing: border-box;
}
@ -379,6 +380,7 @@ watch(
right: 0;
z-index: 9;
overflow: auto;
-webkit-overflow-scrolling: touch;
display: none;
box-sizing: border-box;
border: 1px solid #ddd;

View File

@ -125,6 +125,7 @@ $modal-width: 1024px;
height: 100%;
max-height: 100vh;
overflow: auto;
-webkit-overflow-scrolling: touch;
}
.default .modal-content,