mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-25 09:18:51 +01:00
Possibly fix rendering issue in Vanadium
This commit is contained in:
parent
60d55d45c2
commit
4ac2e4aa7b
1 changed files with 1 additions and 1 deletions
|
@ -1087,7 +1087,7 @@ a[href^='http'][rel*='nofollow']:visited:not(:has(div)) {
|
||||||
top: env(safe-area-inset-top, 0);
|
top: env(safe-area-inset-top, 0);
|
||||||
}
|
}
|
||||||
:is(.carousel-top-controls, .carousel-controls) {
|
:is(.carousel-top-controls, .carousel-controls) {
|
||||||
mix-blend-mode: luminosity;
|
/* mix-blend-mode: luminosity; */
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: 0;
|
left: 0;
|
||||||
left: env(safe-area-inset-left, 0);
|
left: env(safe-area-inset-left, 0);
|
||||||
|
|
Loading…
Reference in a new issue