fix: mobile panel use absolute inset:0 to fill overlay

This commit is contained in:
Youzini-afk
2026-03-27 23:55:34 +08:00
parent 4f9e75234e
commit b9e1a7bb0a

View File

@@ -2092,12 +2092,15 @@
} }
#st-bme-panel { #st-bme-panel {
width: 100%; position: absolute;
height: 100%; inset: 0;
width: auto;
height: auto;
max-width: none; max-width: none;
max-height: none; max-height: none;
border-radius: 0; border-radius: 0;
min-width: 0; min-width: 0;
min-height: 0;
resize: none; resize: none;
overflow: hidden; overflow: hidden;
} }