Skip to content

Commit

Permalink
Refs #139198 - Use opacity to hide controls, to prevent items moving.
Browse files Browse the repository at this point in the history
  • Loading branch information
GhitaB committed Sep 27, 2021
1 parent 3328855 commit 02304c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/SearchBlock/styles.less
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ div#page-document {
&:hover {
div.controls {
button {
display: initial !important;
opacity: 1 !important;
}
}
}
Expand Down Expand Up @@ -239,9 +239,9 @@ div#page-document {

div.controls {
button {
display: none;
margin-top: 5px;
margin-right: 5px;
opacity: 0;
}
}
}
Expand Down

0 comments on commit 02304c1

Please sign in to comment.