fix unnecessary backdrop filter in timelines

This commit is contained in:
Henry Jameson 2024-03-25 16:30:21 +02:00
parent 4852f5b833
commit 46562d5318
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
.Timeline { .Timeline {
.timeline-body { .timeline-body {
background: none; background: none;
backdrop-filter: none;
} }
.alert-badge { .alert-badge {