fix: profile banner visibility in WebKit browsers
This commit is contained in:
parent
65c8f9e481
commit
402adb60d9
1 changed files with 1 additions and 0 deletions
|
|
@ -7646,6 +7646,7 @@ textarea:focus {
|
||||||
left: 0;
|
left: 0;
|
||||||
z-index: 0;
|
z-index: 0;
|
||||||
mask-image: linear-gradient(to bottom, rgb(0, 0, 0, 1) 50%, rgb(0, 0, 0, 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 {
|
.profile-info-section {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue