Improve fullscreen iframe handling

This commit is contained in:
Kijin Sung 2025-05-20 17:38:50 +09:00
parent 954ebf6caa
commit 6a46c39851
4 changed files with 32 additions and 7 deletions

View file

@ -356,11 +356,15 @@ body>.x,
color: #fff;
}
.x .x_modal-header>.close_window {
font-size: 20px;
font-size: 24px;
line-height: 30px;
font-weight: bold;
text-decoration: none;
color: #fff;
opacity: 0.5;
opacity: 0.6;
}
.x .x_modal-header>.close_window:hover {
opacity: 0.8;
}
.x .x_modal-body {
overflow-y: visible;