You've already forked fm-dx-webserver
mirror of
https://github.com/KubaPro010/fm-dx-webserver.git
synced 2026-02-26 22:13:53 +01:00
Fix for iPhone in portrait mode
This commit is contained in:
@@ -244,14 +244,20 @@ label {
|
|||||||
display: none;
|
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;
|
position: absolute;
|
||||||
top: 0;
|
top: 0;
|
||||||
bottom: 0;
|
|
||||||
left: 0;
|
left: 0;
|
||||||
right: 0;
|
right: 0;
|
||||||
pointer-events: auto; /* Ensure that the overlay captures clicks */
|
bottom: 0;
|
||||||
opacity: 0; /* Make the overlay invisible */
|
pointer-events: auto;
|
||||||
|
opacity: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.admin-quick-dashboard {
|
.admin-quick-dashboard {
|
||||||
|
|||||||
Reference in New Issue
Block a user