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 {
|
||||
position: sticky;
|
||||
top: 0;
|
||||
position: fixed;
|
||||
bottom: 0;
|
||||
width: 100%;
|
||||
overflow: visible;
|
||||
text-align: center;
|
||||
padding: var(--_gap-half);
|
||||
/* invert accent color */
|
||||
|
|
|
|||
Loading…
Reference in a new issue