Skip to content

Commit

Permalink
fix: Screen horizontal overflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Ushie committed Sep 7, 2024
1 parent 7a4d534 commit 2d9a4c4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/routes/donate/DonateHeartAnimation.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,10 @@
</div>

<style lang="scss">
:root {
overflow-x: hidden;
}
:global(.float) {
pointer-events: none;
opacity: 0;
Expand Down

0 comments on commit 2d9a4c4

Please sign in to comment.