diff --git a/islands/IsOnline.css b/islands/IsOnline.css index 11e31e1..3e12320 100644 --- a/islands/IsOnline.css +++ b/islands/IsOnline.css @@ -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 */