dkforest

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

commit 903f73d9fce30cf8a31667dcd3af37c75ee2e0d8
parent 275a7fa7fef71f8fc7757ffbc72663c7a36052aa
Author: n0tr1v <n0tr1v@protonmail.com>
Date:   Fri, 16 Jun 2023 06:38:16 -0700

fix arrow obstructing graph

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

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