Skip to content

Commit f0ef08d

Browse files
yedayakcpu
authored andcommitted
website: Remove backdrop-filter: blur from items
This causes a significant slowdown and lag during scrolling in firefox on my machine, and it seems like this isn't an issue only on my machine: https://old.reddit.com/r/Frontend/comments/186u5wy/hows_the_performance_with_css_blur_filter_and/
1 parent d467fa0 commit f0ef08d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

website/static/style.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,6 @@ code {
9595

9696
.item {
9797
background: rgba(255, 255, 255, 0.07);
98-
backdrop-filter: blur(2px);
9998
border: 1px solid rgba(255, 255, 255, 0.1);
10099
border-radius: 1rem;
101100
margin: 1.5rem 0;

0 commit comments

Comments
 (0)