From 44ba054f9615f5dc01036f99369f79b093e3da83 Mon Sep 17 00:00:00 2001 From: RainyXeon Date: Tue, 12 Nov 2024 14:16:41 +0700 Subject: [PATCH] fix: error history header --- webroot/css/index.css | 7 +++++++ webroot/index.html | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/webroot/css/index.css b/webroot/css/index.css index c2384da..31a1110 100644 --- a/webroot/css/index.css +++ b/webroot/css/index.css @@ -267,6 +267,13 @@ a { user-select: none; } +#errorh_small_panel_header { + position: absolute; + top: 0; + left: 0; + right: 0; +} + .errorh_button:active { transform: scale(80%) } diff --git a/webroot/index.html b/webroot/index.html index 56a0d17..168f655 100644 --- a/webroot/index.html +++ b/webroot/index.html @@ -285,7 +285,7 @@
-
+