diff --git a/CHANGELOG.md b/CHANGELOG.md index cbf6d1d1..8ec0d5ad 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,9 @@ Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +* [PR-374](https://github.com/itk-dev/hoeringsportal/pull/374) + Fix hidden mobile filters + * [PR-367](https://github.com/itk-dev/hoeringsportal/pull/367) Added and used Editor Advanced link diff --git a/web/themes/custom/hoeringsportal/assets/css/module/_list.scss b/web/themes/custom/hoeringsportal/assets/css/module/_list.scss index 62be4876..45a8a361 100644 --- a/web/themes/custom/hoeringsportal/assets/css/module/_list.scss +++ b/web/themes/custom/hoeringsportal/assets/css/module/_list.scss @@ -25,8 +25,6 @@ } .list--filter-wrapper { - height: 7em; - position: relative; margin-top: -4em; } @@ -40,4 +38,4 @@ border: 2px dashed $gray-500; padding: 5em 0; margin: 2em 0; -} \ No newline at end of file +}