We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0f0cd4 commit bb9855cCopy full SHA for bb9855c
src/components/navbar/navbar.tsx
@@ -228,9 +228,7 @@ function BackdropBlur() {
228
return (
229
<>
230
<div
231
- // note: we can't use the background trick to reduce flickering, because we have many section
232
- // background colors and big images, so we'd have to change the --bg var with javascript
233
- className="pointer-events-none absolute inset-0 -z-10 h-[200%] backdrop-blur-[12.8px]"
+ className="pointer-events-none absolute inset-0 -z-10 h-[200%] backdrop-blur-[6.4px]"
234
style={{
235
maskImage: mask,
236
WebkitMaskImage: mask,
0 commit comments