You've already forked fm-dx-webserver
mirror of
https://github.com/KubaPro010/fm-dx-webserver.git
synced 2026-02-27 06:23:53 +01:00
modal phone improvement
This commit is contained in:
@@ -79,5 +79,15 @@
|
|||||||
.modal-content {
|
.modal-content {
|
||||||
min-width: 90% !important;
|
min-width: 90% !important;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
|
position: static;
|
||||||
|
transform: initial;
|
||||||
|
overflow-y: auto;
|
||||||
|
max-height: 100vh;
|
||||||
|
}
|
||||||
|
.modal-title {
|
||||||
|
position: static;
|
||||||
|
}
|
||||||
|
#closeModalButton {
|
||||||
|
position: static;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user