You can look at here my site: https://tikex-wp-demo.com/adventi-kezmuvesnap/ Need to press on the "Belépés" button to see phenomenon. Or check here screen shot.
A fixed positioned div is used for login component with Facebook and Google login buttons. In somehow second row go over
the login screen. How is it possible?
I have following css, tried to set a high z-index, but seem it has no effect.
.popup {
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 300px;
z-index: 5;
background-color: white;
border: 1px solid #f9f9f9;
padding: 30px;
background: rgb(255, 255, 255);
border-radius: 4px;
box-shadow: rgba(0, 1, 0, 0) 0px 0px 0px 1px,
rgba(0, 0, 0, 0.15) 0px 5px 25px 0px, rgba(0, 0, 0, 0.05) 0px 3px 3px 0px;
}