Skip to content

Commit

Permalink
fix: scrollable fields for facets (#121)
Browse files Browse the repository at this point in the history
  • Loading branch information
sourcefilter authored Feb 29, 2024
1 parent cb01ab4 commit 1ec308a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions app/assets/stylesheets/base/components/_facets.scss
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,10 @@
display: none;
}

.collapsing {
visibility: hidden;
}

.facets__svg-icon {
width: 1.5em;
height: 1.5em;
Expand Down Expand Up @@ -185,6 +189,8 @@
.facet-field__body {
@extend .card-body;

overflow: scroll;
max-height: 180px;
border-left: 1px solid $gray-10;
border-right: 1px solid $gray-10;

Expand Down

0 comments on commit 1ec308a

Please sign in to comment.