Merge branch 'dev'

This commit is contained in:
Jeff Emmett 2026-03-24 19:02:11 -07:00
commit 7b0bd25d71
2 changed files with 2 additions and 2 deletions

View File

@ -662,7 +662,7 @@ export class RStackMi extends HTMLElement {
const STYLES = ` const STYLES = `
:host { display: contents; } :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 ── */ /* ── Search bar in header ── */
.mi-bar { .mi-bar {

View File

@ -51,7 +51,7 @@ body {
justify-content: center; justify-content: center;
padding: 0 16px; padding: 0 16px;
min-width: 0; min-width: 0;
overflow: hidden; overflow: visible;
} }
.rstack-header__right { .rstack-header__right {