diff --git a/style.css b/style.css index a4c60f1..6195fc2 100644 --- a/style.css +++ b/style.css @@ -2092,12 +2092,15 @@ } #st-bme-panel { - width: 100%; - height: 100%; + position: absolute; + inset: 0; + width: auto; + height: auto; max-width: none; max-height: none; border-radius: 0; min-width: 0; + min-height: 0; resize: none; overflow: hidden; }