fix: profile banner visibility in WebKit browsers

This commit is contained in:
Julien Maille 2026-03-08 19:55:30 +01:00
parent 65c8f9e481
commit 402adb60d9

View file

@ -7646,6 +7646,7 @@ textarea:focus {
left: 0;
z-index: 0;
mask-image: linear-gradient(to bottom, rgb(0, 0, 0, 1) 50%, rgb(0, 0, 0, 0));
-webkit-mask-image: linear-gradient(to bottom, rgb(0, 0, 0, 1) 50%, rgb(0, 0, 0, 0));
}
.profile-info-section {