diff --git a/src/styles/blocks/filter-panel.css b/src/styles/blocks/filter-panel.css index b2d1fd14..273fcc03 100644 --- a/src/styles/blocks/filter-panel.css +++ b/src/styles/blocks/filter-panel.css @@ -49,7 +49,7 @@ max-height: calc(100vh - 108px); transition: transform 0.5s cubic-bezier(0.65, 0.05, 0.36, 1), - opacity calc(0.5s * (var(--is-filter-open))); + opacity 0.5s; background-color: hsl(0 0% var(--lightness)); }