Fix: Increased the blurred area behind the header

This commit is contained in:
lscambo13
2025-05-29 02:17:47 -07:00
parent 150ff5fab0
commit edfee4c2da

View File

@@ -2907,7 +2907,7 @@ ul.MuiList-root.MuiMenu-list.MuiList-dense>div:first-child {
position: absolute;
inset: 0;
backdrop-filter: var(--blurLargest);
mask: linear-gradient(180deg, white 55%, transparent);
mask: linear-gradient(180deg, white 70%, transparent);
z-index: -1;
}