@jruivo-devSubmitted about 4 years ago
Hey everyone, I'm having a hard time positioning the share popup on top of the share button, how can I do this properly?
How should I place the elements in HTML?
Thanks !
Hey everyone, I'm having a hard time positioning the share popup on top of the share button, how can I do this properly?
How should I place the elements in HTML?
Thanks !
Hello Jose, Hope it helps
.popup {
background: var(--very-dark-grayish-blue);
padding: 1rem 2.8rem;
display: grid;
gap: 1rem;
grid-auto-flow: column;
border-radius: 0.8rem;
position: absolute;
bottom: 70px;
transform: translateX(42px);
}