From bc364d931c50ec8b23e8d20ea7a732d0da402c17 Mon Sep 17 00:00:00 2001 From: Tabby <41929769+tabby-cat-nya@users.noreply.github.com> Date: Wed, 4 Jun 2025 17:37:30 +1000 Subject: [PATCH] stays on screen --- components/DomainWarning.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/components/DomainWarning.vue b/components/DomainWarning.vue index b9e71f4..870d4a3 100644 --- a/components/DomainWarning.vue +++ b/components/DomainWarning.vue @@ -19,6 +19,9 @@ padding: 5px; text-align: center; /* min-height: 100px; */ + position: fixed; + top:0; + z-index:100; } p{