Skip to content

Commit

Permalink
fix: close button alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
micwallace committed Oct 21, 2024
1 parent eec11b3 commit b2a86c4
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,13 +74,9 @@
margin-top: 50px;
}

.popover-container.fullscreen .close-btn {
top: -40px;
}

.close-btn {
position: absolute;
top: -36px;
top: -40px;
right: 10px;
font-size: 24px;
background: none;
Expand Down

0 comments on commit b2a86c4

Please sign in to comment.