Skip to content

Commit

Permalink
Refs #140518 - Dimmer - scroll content when many filters selected.
Browse files Browse the repository at this point in the history
  • Loading branch information
GhitaB committed Dec 21, 2021
1 parent 53ed94e commit 275c652
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/SearchBlock/less/styles.less
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,11 @@ body.searchlib-page {

div.ui.dimmer.facet-dimmer {
padding: 10px;
// background-color: @sf-medium-gray2;
background-color: rgba(130, 150, 166, 0.72);

> div.content {
overflow: auto;
max-height: 97vh;
padding: 20px;
background-color: @sf-light-gray2;
box-shadow: 1px 3px 3px 0px #69747d, 1px 3px 15px 2px #69747d;
Expand Down

0 comments on commit 275c652

Please sign in to comment.