Skip to content

Commit

Permalink
Refs #141134 - Fix z-index issue for extra facets. Improve padding in…
Browse files Browse the repository at this point in the history
… facets filters.
  • Loading branch information
GhitaB committed Oct 27, 2021
1 parent b0619f8 commit 6ed4fa2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/SearchBlock/styles.less
Original file line number Diff line number Diff line change
Expand Up @@ -184,13 +184,13 @@ div#page-document {
box-shadow: none;

div.content {
padding: 5px;
padding: 10px;

div.header {
padding: 0px;
margin: 0px;
color: @sf-dark-gray;
font-size: 14px;
font-size: 16px;
font-weight: 400;
}
}
Expand Down Expand Up @@ -1032,7 +1032,7 @@ div.ui.modal.facet {
margin-bottom: 2em;

.loading-tip {
z-index: 10;
z-index: 2;
color: black;
font-size: x-large;
}
Expand Down

0 comments on commit 6ed4fa2

Please sign in to comment.