Enabling mobile-menu destroy my element with fixed position.
-
Hi, I have created before instaling your module one dot, which should stay on the screen with the same position when you scrolling page. Everything were working perfectly. After when I added your plugin it is like static position. Do you know where can I find solution for my problem? Below div:
#dot {
position: fixed;
left: 50%;
width: 60px;
height: 60px;
margin-left: 80px;
background-color: #ce0058;
border-radius: 50%;
margin-top: 80.8vh;
z-index: 100;
}
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Enabling mobile-menu destroy my element with fixed position.’ is closed to new replies.