worked. thank you so much!
L
leandrodisler
@leandrodisler
Posts
-
fixed element on top (z-index issue) -
fixed element on top (z-index issue)Hey
I have a text that i placed centered and fixed on my page. Everything worked placement-wise but somehow i cant put it on top of everything else with blend-mode difference. No matter what i put in the z-index.Can someone help?
the page: http://leandrodisler.com/archive/
password: lean.fixedarchive { position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 5; text-align: center; white-space: nowrap; mix-blend-mode: difference; pointer-events: none; }
-
avoid rounded corners for thumbnailsworked! thank you so much for your help :)
-
mix-blend-mode: difference -> problemfixed it whit:
html, body { overscroll-behavior: none; }