hotfix: modal positioning

This commit is contained in:
2024-05-12 15:22:03 +02:00
parent 0cc3a12d1d
commit ebd0eeb8c4
+2 -11
View File
@@ -74,6 +74,8 @@ export default defineComponent({
left: 50%;
transform: translate(-50%, -50%);
z-index: 210;
overflow: auto;
max-height: 95vh;
& > :slotted(div) {
background-color: #1a1a1a;
@@ -81,17 +83,6 @@ export default defineComponent({
width: 95vw;
max-width: 850px;
max-height: 95vh;
}
}
@include smallScreen {
.modal-wrapper {
max-height: 90vh;
& > :slotted(div) {
max-height: 90vh;
}
}
}
</style>