Fixed missing blur on tablet's header for webkit browsers
Some checks failed
/ build (push) Has been cancelled
/ deploy (push) Has been cancelled

This commit is contained in:
Gu://em_ 2026-03-22 11:18:14 +01:00
parent c9f4566b71
commit 1911024734

View file

@ -36,6 +36,7 @@
background: #00000090;
backdrop-filter: blur(10px);
-webkit-backdrop-filter: blur(10px);
/*mask: linear-gradient(black, black, transparent);*/
box-sizing: border-box;