I have a simple question with very simple example,
I have added filter: blur(2px);
on body tag, after that position fixed on ul tag has stopped working. Its behaving as position absolute. When you remove that filter from body every thing gets normal. Any Suggestion?