diff --git a/CharacterWorldBook/cwb_style.css b/CharacterWorldBook/cwb_style.css index 8b592d0..a0bbf5e 100644 --- a/CharacterWorldBook/cwb_style.css +++ b/CharacterWorldBook/cwb_style.css @@ -470,8 +470,8 @@ @media (max-width: 768px) { .cwb-cyber-popup { width: 100vw; - height: 100vh; - top: 0; + height: calc(100vh - 50px); + top: 50px; left: 0; transform: none; border-radius: 0; @@ -558,3 +558,4 @@ vertical-align: middle; display: inline; } +