using modals over full screen

This commit is contained in:
Devaev Maxim
2021-04-17 13:48:40 +03:00
parent 05327d6026
commit 8fdc79d679
4 changed files with 16 additions and 44 deletions

View File

@@ -59,6 +59,7 @@ div.window:fullscreen {
left: 0px !important;
width: 100% !important;
height: 100% !important;
padding: 0px !important;
}
div.window:-webkit-full-screen {
resize: none !important;
@@ -129,21 +130,6 @@ div.window div.window-header button.window-button-maximize {
right: 45px;
}
div.window div.window-lock-alert {
white-space: normal;
text-align: justify;
border: var(--border-window-thin);
border-radius: 8px;
box-sizing: border-box;
padding: 5px 5px 5px 5px;
background-color: var(--cs-window-default-bg);
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
z-index: 10000;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
/* iPad */
div.window {