mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-03 05:18:11 +00:00
hotfix: modal positioning
This commit is contained in:
@@ -74,6 +74,8 @@ export default defineComponent({
|
|||||||
left: 50%;
|
left: 50%;
|
||||||
transform: translate(-50%, -50%);
|
transform: translate(-50%, -50%);
|
||||||
z-index: 210;
|
z-index: 210;
|
||||||
|
overflow: auto;
|
||||||
|
max-height: 95vh;
|
||||||
|
|
||||||
& > :slotted(div) {
|
& > :slotted(div) {
|
||||||
background-color: #1a1a1a;
|
background-color: #1a1a1a;
|
||||||
@@ -81,17 +83,6 @@ export default defineComponent({
|
|||||||
|
|
||||||
width: 95vw;
|
width: 95vw;
|
||||||
max-width: 850px;
|
max-width: 850px;
|
||||||
max-height: 95vh;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
@include smallScreen {
|
|
||||||
.modal-wrapper {
|
|
||||||
max-height: 90vh;
|
|
||||||
|
|
||||||
& > :slotted(div) {
|
|
||||||
max-height: 90vh;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
Reference in New Issue
Block a user