dkforest

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

commit 0a57146fa737061ee027f5a14c475199854a8f1a
parent f60590e221fff73b823fdae3237b774507b7d5ea
Author: n0tr1v <n0tr1v@protonmail.com>
Date:   Wed, 27 Dec 2023 14:19:36 -0500

fix ui

Diffstat:
Mpkg/web/handlers/poker/poker.go | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pkg/web/handlers/poker/poker.go b/pkg/web/handlers/poker/poker.go @@ -2374,7 +2374,7 @@ body { padding: 2px 3px; border-radius: 3px; } -#chat-div { position: absolute; bottom: 0px; right: 243px; width: 557px; height: 250px; } +#chat-div { position: absolute; bottom: 0px; right: 243px; width: 557px; height: 250px; z-index: 200; } #chat-top-bar { height: 57px; width: 100%; background-color: #222; } #chat-content { height: 193px; width: 100%; background-color: #222; } #eventLogs { position: absolute; bottom: 0px; right: 0px; width: 243px; height: 250px; background-color: #444; } @@ -2452,7 +2452,7 @@ body { } .cash-bonus { - z-index: 54; + z-index: 108; position: absolute; background-color: rgba(0, 0, 0, 0.99); padding: 1px 5px;