Merge branch 'dev'
This commit is contained in:
commit
7b0bd25d71
|
|
@ -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 {
|
||||||
|
|
|
||||||
|
|
@ -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 {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue