Problem with the position fixed
-
Hello
here is my website, still en beta version : https://collectifsaga.com/X/wordpress/fr/home/
i’m trying to make it fixed the menu, on the top, but it’s not working
it works with firefox, but not with Chrome and Safarihere is my css :
.esg-filters { position: fixed; top: 60px; left: 20px; }
I tried as well this one :
.esg-filters { position: fixed; -webkit-transition: background 1.15s ease-in-out 0s; -moz-transition: background 1.15s ease-in-out 0s; transition: background 1.15s ease-in-out 0s; z-index: 1000; top: 60px; left: 20px; }
do you have an idea to solve this problem ?
thanks a lot
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Problem with the position fixed’ is closed to new replies.