fix: revert to flex:1 approach for mobile panel height

This commit is contained in:
Youzini-afk
2026-03-27 23:57:52 +08:00
parent b9e1a7bb0a
commit 14763f0711

View File

@@ -2087,14 +2087,12 @@
@media (max-width: 768px) {
#st-bme-panel-overlay {
align-items: stretch;
justify-content: stretch;
flex-direction: column;
}
#st-bme-panel {
position: absolute;
inset: 0;
width: auto;
flex: 1 1 0;
width: 100vw;
height: auto;
max-width: none;
max-height: none;