We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10aa360 commit b200b7cCopy full SHA for b200b7c
src/pages/_document.tsx
@@ -56,7 +56,7 @@ class MyDocument extends Document {
56
></script>
57
<script src="https://unpkg.com/phosphor-icons" defer></script>
58
</Head>
59
- <body className="bg-gray-50 overflow-x-hidden">
+ <body className="bg-gray-50">
60
<Main />
61
<NextScript />
62
</body>
src/styles/globals.css
@@ -1,3 +1,9 @@
1
+html,
2
+body {
3
+ max-width: 100%;
4
+ overflow-x: hidden;
5
+}
6
+
7
.bar-of-progress::after {
8
content: '';
9
display: block;
0 commit comments