Skip to content

Commit

Permalink
Fix conflicting class name
Browse files Browse the repository at this point in the history
  • Loading branch information
nqst committed Mar 29, 2024
1 parent 7346a46 commit 5b29768
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -785,7 +785,7 @@ p + ul, p + ol {
margin: 1em 0 0 0;
}
.close {
.feedback-popup-close {
position: absolute;
top: 1em;
right: 1em;
Expand Down
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
<!-- <div class="feedback-popup" id="modal" style="display: none;">
<a style="cursor: pointer;" onclick="hideDiv()">
<div class="close">
<div class="feedback-popup-close">
<svg class="w-100" viewBox="0 0 31.11 31.11">
<rect x="13.56" y="-4.44" transform="matrix(0.7071 0.7071 -0.7071 0.7071 15.5563 -6.4437)" fill="#8F9099" width="4" height="40"/>
<rect x="13.56" y="-4.44" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 37.5564 15.5563)" fill="#8F9099" width="4" height="40"/>
Expand Down

0 comments on commit 5b29768

Please sign in to comment.