fix unnecessary backdrop filter in timelines
This commit is contained in:
parent
4852f5b833
commit
46562d5318
|
@ -1,6 +1,7 @@
|
||||||
.Timeline {
|
.Timeline {
|
||||||
.timeline-body {
|
.timeline-body {
|
||||||
background: none;
|
background: none;
|
||||||
|
backdrop-filter: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.alert-badge {
|
.alert-badge {
|
||||||
|
|
Loading…
Reference in New Issue