Skip to content

Commit

Permalink
Fix dimmer to not block the entire page, center instead
Browse files Browse the repository at this point in the history
  • Loading branch information
reebalazs committed Feb 28, 2024
1 parent a7a99ff commit 51315df
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/theme/solrsearch.less
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,15 @@
section#content-core {
flex: 1 1 auto;
}
.dimmer {
width: 100px;
height: 100px;
top: 50% !important;
left: 50% !important;
position: fixed !important;
opacity: 0.9;
border: 1px solid lightgray;
}
.searchConditions {
width: 220px;
flex: 0 0 none;
Expand Down

0 comments on commit 51315df

Please sign in to comment.