Fix: Increased the blurred area behind the header
This commit is contained in:
parent
150ff5fab0
commit
edfee4c2da
1 changed files with 1 additions and 1 deletions
|
|
@ -2907,7 +2907,7 @@ ul.MuiList-root.MuiMenu-list.MuiList-dense>div:first-child {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
inset: 0;
|
inset: 0;
|
||||||
backdrop-filter: var(--blurLargest);
|
backdrop-filter: var(--blurLargest);
|
||||||
mask: linear-gradient(180deg, white 55%, transparent);
|
mask: linear-gradient(180deg, white 70%, transparent);
|
||||||
z-index: -1;
|
z-index: -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue