diff options
| author | Henry Jameson <me@hjkos.com> | 2024-03-25 16:30:21 +0200 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2024-03-25 16:30:21 +0200 |
| commit | 46562d53180c1e2316a8c234be52324e8b7e03f1 (patch) | |
| tree | 70d9bd027e3ac9cd9d4d1b97b9c3e68675ea3fc0 | |
| parent | 4852f5b8338eed2d3d621d0df6aa1aa2b498a5f1 (diff) | |
fix unnecessary backdrop filter in timelines
| -rw-r--r-- | src/components/timeline/timeline.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/timeline/timeline.scss b/src/components/timeline/timeline.scss index f8529a72..0fc0d979 100644 --- a/src/components/timeline/timeline.scss +++ b/src/components/timeline/timeline.scss @@ -1,6 +1,7 @@ .Timeline { .timeline-body { background: none; + backdrop-filter: none; } .alert-badge { |
