Fix header backdrop on iOS

This commit is contained in:
Sascha Ißbrücker 2024-09-24 16:29:05 +02:00
parent d1f81fee0e
commit ba904ed191

View file

@ -46,6 +46,7 @@
[data-has-hero] header {
background: transparent;
border-bottom: solid 1px transparent;
-webkit-backdrop-filter: blur(10px);
backdrop-filter: blur(10px);
}