fix(island): ♿ prevent layout shift on connection change for is_online island
This commit is contained in:
parent
f7a0e2c77f
commit
01f5986e0b
|
|
@ -1,7 +1,8 @@
|
||||||
.island__is_online {
|
.island__is_online {
|
||||||
position: sticky;
|
position: fixed;
|
||||||
top: 0;
|
bottom: 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
overflow: visible;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
padding: var(--_gap-half);
|
padding: var(--_gap-half);
|
||||||
/* invert accent color */
|
/* invert accent color */
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue