Can the close button (X) be positioned a little closer to the popup?
Hi there, @Dominik1 ![]()
This CSS code should help:
.global-styles,
.eapp-portfolio-project-viewer-frame-control-cross {
position: static;
}
.global-styles,
.eapp-portfolio-project-viewer-frame-component {
align-items: flex-start;
justify-content: center;
flex-direction: row;
}
Please check it out and let me know how it worked for you ![]()
Perfect! Thank you, Max!!
No problem ![]()
Sorry, but I still have a small question:
Is it possible to display the X flush with the popup?
Thank you very much for the quick and competent answer.
