Skip to content

Commit

Permalink
fix CSS of feedback button
Browse files Browse the repository at this point in the history
  • Loading branch information
jcubic committed Oct 11, 2024
1 parent 0a8b7c6 commit d3e5772
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@
}

body .feedback-btn {
right: auto;
left: 20px;
right: auto !important;
left: 20px !important;
}

0 comments on commit d3e5772

Please sign in to comment.