From 281c3f3f86424b7b2a66cd72fef1826149fde4a8 Mon Sep 17 00:00:00 2001 From: Naitsabot Date: Thu, 30 Oct 2025 16:02:48 +0100 Subject: [PATCH] resolves #595 --- stregsystem/static/stregsystem/stregsystem.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stregsystem/static/stregsystem/stregsystem.css b/stregsystem/static/stregsystem/stregsystem.css index 4f484f34..99777839 100644 --- a/stregsystem/static/stregsystem/stregsystem.css +++ b/stregsystem/static/stregsystem/stregsystem.css @@ -191,7 +191,7 @@ table h2, table h3 { /* Ensures that bats/"flakes" don't interfere with qr-code scanning */ .qr-code { position: relative; - z-index: 2147483647; + z-index: 0; image-rendering: pixelated; }