fix(island): prevent layout shift on connection change for is_online island

This commit is contained in:
Julien Oculi 2024-07-19 13:42:48 +02:00
parent f7a0e2c77f
commit 01f5986e0b

View file

@ -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 */