z-indexes for pixel quote and boss info
This commit is contained in:
parent
703987de08
commit
0dfc74f02c
@ -152,7 +152,7 @@ const PlayerProvider = ({ children }: { children: ReactNode }) => {
|
||||
abi,
|
||||
address: contractAddress,
|
||||
functionName: "register_eth",
|
||||
value: parseEther("0.0005"),
|
||||
value: parseEther("0.00005"),
|
||||
},
|
||||
{
|
||||
onSuccess: (hash) => {
|
||||
|
||||
@ -215,6 +215,7 @@
|
||||
height: 90px;
|
||||
user-select: none;
|
||||
.pixelQuote {
|
||||
z-index: 20;
|
||||
min-width: 200px;
|
||||
width: fit-content;
|
||||
max-width: 300px;
|
||||
|
||||
@ -1,5 +1,6 @@
|
||||
.bossInfo {
|
||||
position: absolute;
|
||||
z-index: 10;
|
||||
top: 350px;
|
||||
right: 28px;
|
||||
background: var(--bg-color);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user