mirror of
https://github.com/sissbruecker/linkding
synced 2025-02-16 12:28:23 +00:00
Fix header backdrop on iOS
This commit is contained in:
parent
d1f81fee0e
commit
ba904ed191
1 changed files with 1 additions and 0 deletions
|
@ -46,6 +46,7 @@
|
||||||
[data-has-hero] header {
|
[data-has-hero] header {
|
||||||
background: transparent;
|
background: transparent;
|
||||||
border-bottom: solid 1px transparent;
|
border-bottom: solid 1px transparent;
|
||||||
|
-webkit-backdrop-filter: blur(10px);
|
||||||
backdrop-filter: blur(10px);
|
backdrop-filter: blur(10px);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue