Fixed missing blur on tablet's header for webkit browsers
This commit is contained in:
parent
c9f4566b71
commit
1911024734
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue