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

@ -10,6 +10,10 @@ article, aside, details, figcaption, figure, footer, header, hgroup, nav, sectio
}
body {
position: relative;
&.rx_modal_open {
overflow: hidden;
position: fixed;
}
}
a img {
border: 0;