mirror of
https://github.com/sissbruecker/linkding
synced 2024-11-21 19:03:02 +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 {
|
||||
background: transparent;
|
||||
border-bottom: solid 1px transparent;
|
||||
-webkit-backdrop-filter: blur(10px);
|
||||
backdrop-filter: blur(10px);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue