diff --git a/shared/components/rstack-mi.ts b/shared/components/rstack-mi.ts index 3be809c..dd09a84 100644 --- a/shared/components/rstack-mi.ts +++ b/shared/components/rstack-mi.ts @@ -662,7 +662,7 @@ export class RStackMi extends HTMLElement { const STYLES = ` :host { display: contents; } -.mi { position: relative; flex: 1; max-width: 480px; min-width: 0; z-index: 300; } +.mi { position: relative; flex: 1; max-width: 480px; min-width: 0; z-index: 10001; } /* ── Search bar in header ── */ .mi-bar { diff --git a/website/public/shell.css b/website/public/shell.css index 16d44cf..b9d6251 100644 --- a/website/public/shell.css +++ b/website/public/shell.css @@ -51,7 +51,7 @@ body { justify-content: center; padding: 0 16px; min-width: 0; - overflow: hidden; + overflow: visible; } .rstack-header__right {