WIP: feat: route modals everywhere #2735

Closed
dpschen wants to merge 15 commits from dpschen/frontend:feature/route-modals-everywhere into main
2 changed files with 3 additions and 0 deletions
Showing only changes of commit a4f3d759c2 - Show all commits

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,