mirror of
https://github.com/Youzini-afk/ST-Bionic-Memory-Ecology.git
synced 2026-06-13 18:31:16 +08:00
fix: stabilize mobile panel viewport overlay
This commit is contained in:
14
style.css
14
style.css
@@ -4,6 +4,8 @@
|
||||
#st-bme-panel-overlay {
|
||||
position: fixed;
|
||||
inset: 0;
|
||||
width: var(--bme-viewport-width, 100vw);
|
||||
height: var(--bme-viewport-height, 100vh);
|
||||
z-index: 9999;
|
||||
background: rgba(0, 0, 0, 0.6);
|
||||
backdrop-filter: blur(8px);
|
||||
@@ -2086,21 +2088,13 @@
|
||||
/* ==================== 响应式 ==================== */
|
||||
|
||||
@media (max-width: 768px) {
|
||||
#st-bme-panel-overlay {
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
#st-bme-panel {
|
||||
flex: 1 1 0;
|
||||
width: 100vw;
|
||||
height: auto;
|
||||
width: var(--bme-viewport-width, 100vw);
|
||||
height: var(--bme-viewport-height, 100vh);
|
||||
max-width: none;
|
||||
max-height: none;
|
||||
border-radius: 0;
|
||||
min-width: 0;
|
||||
min-height: 0;
|
||||
resize: none;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.bme-panel-body {
|
||||
|
||||
Reference in New Issue
Block a user