From 0cffbc90a5f14918ca73532e519f5ca7a6767698 Mon Sep 17 00:00:00 2001 From: Youzini-afk <13153778771cx@gmail.com> Date: Fri, 27 Mar 2026 23:47:19 +0800 Subject: [PATCH] fix: mobile panel overflow hidden to fill full height --- style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/style.css b/style.css index ab58800..9816d92 100644 --- a/style.css +++ b/style.css @@ -2094,6 +2094,7 @@ border-radius: 0; min-width: 0; resize: none; + overflow: hidden; } .bme-panel-body {