Update cwb_style.css

This commit is contained in:
2025-09-03 14:25:05 +08:00
committed by GitHub
parent 63fd5a53f2
commit 78850d4eee

View File

@@ -470,8 +470,8 @@
@media (max-width: 768px) { @media (max-width: 768px) {
.cwb-cyber-popup { .cwb-cyber-popup {
width: 100vw; width: 100vw;
height: 100vh; height: calc(100vh - 50px);
top: 0; top: 50px;
left: 0; left: 0;
transform: none; transform: none;
border-radius: 0; border-radius: 0;
@@ -558,3 +558,4 @@
vertical-align: middle; vertical-align: middle;
display: inline; display: inline;
} }