1
0
mirror of https://github.com/KubaPro010/fm-dx-webserver.git synced 2026-02-26 22:13:53 +01:00

modal phone improvement

This commit is contained in:
NoobishSVK
2024-01-31 23:31:06 +01:00
parent 4d6e06f499
commit 7a97d308ce

View File

@@ -79,5 +79,15 @@
.modal-content {
min-width: 90% !important;
margin: auto;
position: static;
transform: initial;
overflow-y: auto;
max-height: 100vh;
}
.modal-title {
position: static;
}
#closeModalButton {
position: static;
}
}