4
1
mirror of https://github.com/Qortal/qortal-ui.git synced 2025-02-11 17:55:51 +00:00

fix position on all explorers

This commit is contained in:
AlphaX-Projects 2022-09-11 16:53:15 +02:00
parent a38465f473
commit 47b490a943

View File

@ -67,7 +67,6 @@ class StartMinting extends connect(store)(LitElement) {
}
.start-minting-wrapper {
position: absolute;
left: 50%;
transform: translate(50%, 20px);
z-index: 10;
}