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 { .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 */