Merge pull request #924 from MontyQI/search-filters

Search filters changes
This commit is contained in:
Paul Braeuning 2022-02-26 10:16:06 +01:00 committed by GitHub
commit 3408d061aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 3 additions and 0 deletions

Binary file not shown.

View File

@ -164,6 +164,9 @@
.ltr-margin-right(0); .ltr-margin-right(0);
margin-bottom: 0; margin-bottom: 0;
.ltr-margin-left(@results-offset + 0.6rem); .ltr-margin-left(@results-offset + 0.6rem);
display: flex;
overflow-x: auto;
overscroll-behavior-inline: contain;
select { select {
background-color: inherit; background-color: inherit;