Skip to content

Commit

Permalink
FIX popup position
Browse files Browse the repository at this point in the history
  • Loading branch information
pubkey committed Jan 22, 2025
1 parent d84a54a commit 2243f21
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions docs-src/src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -2343,13 +2343,15 @@ footer a:visited {
}

.call-to-action-popup {
position: fixed;
width: 500px;
position: sticky;
width: 550px;
min-height: 200px;
background-color: white;
bottom: 0;
right: 0;
margin-right: 20px;
bottom: 20px;

margin-right: auto;
margin-left: auto;

margin-bottom: 20px;
border-radius: var(--ifm-pre-border-radius);
border: 1px solid var(--color-top);
Expand Down

0 comments on commit 2243f21

Please sign in to comment.