dkforest

A forum and chat platform (onion)
git clone https://git.dasho.dev/n0tr1v/dkforest.git
Log | Files | Refs | LICENSE

commit ff4b18b51a0b32f56dee5e096a800a86988ef3e0
parent 10a415b50a5d18ab0276bc2467918ef26ef2c009
Author: n0tr1v <n0tr1v@protonmail.com>
Date:   Thu, 15 Jun 2023 10:32:33 -0700

fix z-index

Diffstat:
Mpkg/web/handlers/interceptors/chess.go | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pkg/web/handlers/interceptors/chess.go b/pkg/web/handlers/interceptors/chess.go @@ -143,7 +143,7 @@ var ChessCSS = ` left: 0; width: 12.5%; height: 100%; - z-index: 999999; + z-index: 4; } #arrow .triangle-up { position: absolute;