Roge.r
1
I would like a round background for the close button.
But the cross is not centred?

My CSS
.es-close-button-container {
display: flex;
align-items: center;
justify-content: center;
width: 18px;
height: 18px;
border-radius: 50%;
background-color: green;
position: absolut;
margin:-10px -10px 0 0;
}
4 Likes
Max
2
Hey there, @Roge.r and welcome to the Community 
Works like a charm - thanks a ton for sharing your wisdom with us 
Sina
(Sina)
3
Hi @Roge.r welcome to the Community.
This is definitely influenced by another CSS code. For me it looks like this with your code.

1 Like