Skip to content

Commit

Permalink
fixes issue evasys-community#36
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalcollins-icon committed Sep 6, 2024
1 parent a08a3c7 commit 1bf7815
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions style/block_onlinesurvey_hide.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,8 @@
.block_onlinesurvey {
display: none;
}
body.editing .block_onlinesurvey.card,
body.editing .block_onlinesurvey {
display: block;
opacity: 0.5;
}

0 comments on commit 1bf7815

Please sign in to comment.