Thanks to visit codestin.com Credit goes to github.com
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 91521ad commit 168d404Copy full SHA for 168d404
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">
+ <body className="bg-gray-50 overflow-x-hidden">
60
<Main />
61
<NextScript />
62
</body>
src/styles/globals.css
@@ -1,8 +1,3 @@
1
-html,
2
-body {
3
- @apply max-w-full overflow-x-hidden lg:overflow-x-visible;
4
-}
5
-
6
.bar-of-progress::after {
7
content: '';
8
display: block;
0 commit comments