From 7396983bcf53a215778a240cade9bbcdc2886f4a Mon Sep 17 00:00:00 2001 From: bruno Date: Thu, 22 Feb 2024 10:49:22 +0100 Subject: [PATCH] Add article creation frontend --- assets/style.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/assets/style.css b/assets/style.css index 76109ac..75f0661 100644 --- a/assets/style.css +++ b/assets/style.css @@ -377,6 +377,8 @@ body:has(.ye-span:hover) { align-items: center; align-content: center; position: fixed; + top: 0; + left: 0; width: 100vw; height: 100vh; z-index: 4;