1
0
mirror of https://github.com/KubaPro010/fm-dx-webserver.git synced 2026-02-26 22:13:53 +01:00
This commit is contained in:
NoobishSVK
2024-08-29 21:55:55 +02:00
5 changed files with 112 additions and 49 deletions

View File

@@ -244,14 +244,20 @@ label {
display: none;
}
.overlay {
#flags-container-phone,
#flags-container-desktop {
position: relative; /* Confine overlay within container which is necessary for iPhones */
}
#flags-container-phone .overlay,
#flags-container-desktop .overlay {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
pointer-events: auto; /* Ensure that the overlay captures clicks */
opacity: 0; /* Make the overlay invisible */
bottom: 0;
pointer-events: auto;
opacity: 0;
}
.admin-quick-dashboard {