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,
|
abi,
|
||||||
address: contractAddress,
|
address: contractAddress,
|
||||||
functionName: "register_eth",
|
functionName: "register_eth",
|
||||||
value: parseEther("0.0005"),
|
value: parseEther("0.00005"),
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
onSuccess: (hash) => {
|
onSuccess: (hash) => {
|
||||||
|
|||||||
@ -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;
|
||||||
|
|||||||
@ -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);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user