Skip to content

Commit

Permalink
Overflow-x is now hidden on body
Browse files Browse the repository at this point in the history
  • Loading branch information
RealA10N committed Dec 13, 2023
1 parent 6042901 commit 6241918
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<script data-name="BMC-Widget" data-cfasync="false" src="https://cdnjs.buymeacoffee.com/1.0.0/widget.prod.min.js" data-id="alon.kr" data-description="Support me on Buy me a coffee!" data-message="Thank you for visiting and reading! You can now buy me a coffee (or a beer!)" data-color="#ef4444" data-position="Right" data-x_margin="18" data-y_margin="18"></script>
%sveltekit.head%
</head>
<body data-sveltekit-preload-data="hover">
<body data-sveltekit-preload-data="hover" style="overflow-x: hidden;">
<div style="display: contents">%sveltekit.body%</div>
</body>
</html>

0 comments on commit 6241918

Please sign in to comment.