z-indexes for pixel quote and boss info
Some checks failed
CI / Foundry project (push) Waiting to run
CI / Foundry project (pull_request) Has been cancelled

This commit is contained in:
mindxploit 2024-10-31 22:27:14 +01:00
parent 703987de08
commit 0dfc74f02c
3 changed files with 3 additions and 1 deletions

View File

@ -152,7 +152,7 @@ const PlayerProvider = ({ children }: { children: ReactNode }) => {
abi, abi,
address: contractAddress, address: contractAddress,
functionName: "register_eth", functionName: "register_eth",
value: parseEther("0.0005"), value: parseEther("0.00005"),
}, },
{ {
onSuccess: (hash) => { onSuccess: (hash) => {

View File

@ -215,6 +215,7 @@
height: 90px; height: 90px;
user-select: none; user-select: none;
.pixelQuote { .pixelQuote {
z-index: 20;
min-width: 200px; min-width: 200px;
width: fit-content; width: fit-content;
max-width: 300px; max-width: 300px;

View File

@ -1,5 +1,6 @@
.bossInfo { .bossInfo {
position: absolute; position: absolute;
z-index: 10;
top: 350px; top: 350px;
right: 28px; right: 28px;
background: var(--bg-color); background: var(--bg-color);