diff options
author | Teddy Wing | 2018-11-20 02:25:02 +0100 |
---|---|---|
committer | Teddy Wing | 2018-11-20 02:25:02 +0100 |
commit | 5f868fb09987ef3f40fcaaf5817a5e8bb802f250 (patch) | |
tree | 29d00183f78ff74955901c33c96a2b3916525bf7 | |
parent | d39a1f0921698d905bc1db648a123565c3b464a5 (diff) | |
download | dome-key-web-5f868fb09987ef3f40fcaaf5817a5e8bb802f250.tar.bz2 |
index.html: Don't scroll to the top when clicking the "Buy" button
The scroll position is now kept when the modal overlay opens.
-rw-r--r-- | index.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -63,7 +63,7 @@ <div class="position-relative margin-bottom-0.5"> <h2 class="display-inline-block">Try it free for 30 days</h2> - <a href="#" + <a href="#!" class="buy-button button button-magenta padding-top-9 padding-bottom-9 |