From 14763f07110e6134b3684c5f9bf23c709125079e Mon Sep 17 00:00:00 2001 From: Youzini-afk <13153778771cx@gmail.com> Date: Fri, 27 Mar 2026 23:57:52 +0800 Subject: [PATCH] fix: revert to flex:1 approach for mobile panel height --- style.css | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/style.css b/style.css index 6195fc2..18ea62b 100644 --- a/style.css +++ b/style.css @@ -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;