Fixed DXCC overlay

This commit is contained in:
Szymon Porwolik
2025-11-01 13:13:49 +01:00
parent d42673dad4
commit e7264eb460

View File

@@ -234,6 +234,16 @@
position: fixed;
}
/* Ensure modals appear above fullscreen mode */
body.fullscreen-active .modal,
body.fullscreen-active .modal-backdrop {
z-index: 10050 !important;
}
body.fullscreen-active .modal-backdrop + .modal {
z-index: 10051 !important;
}
body.fullscreen-active #page-wrapper,
body.fullscreen-active nav,
body.fullscreen-active .navbar,