Skip to content

Commit 168d404

Browse files
committed
Remove overflow-x
1 parent 91521ad commit 168d404

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

src/pages/_document.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ class MyDocument extends Document {
5656
></script>
5757
<script src="https://unpkg.com/phosphor-icons" defer></script>
5858
</Head>
59-
<body className="bg-gray-50">
59+
<body className="bg-gray-50 overflow-x-hidden">
6060
<Main />
6161
<NextScript />
6262
</body>

src/styles/globals.css

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
html,
2-
body {
3-
@apply max-w-full overflow-x-hidden lg:overflow-x-visible;
4-
}
5-
61
.bar-of-progress::after {
72
content: '';
83
display: block;

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy