From ac50b34deb310108a2672991b9731cd3ad272eb1 Mon Sep 17 00:00:00 2001 From: davenarchives Date: Mon, 7 Oct 2024 23:40:36 +0800 Subject: [PATCH] minor changes --- styles.css | 1 + 1 file changed, 1 insertion(+) diff --git a/styles.css b/styles.css index f0bdf6b..324d16d 100644 --- a/styles.css +++ b/styles.css @@ -22,6 +22,7 @@ body { position: absolute; /* Position it at the top */ top: 10; /* Align to the top of the viewport */ z-index: 100; /* Keep above other content */ + user-select: none; } .header h1 {