Prevent mobile horizontal scroll black edge
This commit is contained in:
@@ -8,6 +8,11 @@ body,
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
html,
|
||||
body {
|
||||
overflow-x: hidden;
|
||||
}
|
||||
|
||||
body {
|
||||
@apply bg-ark-bg text-neutral-100 antialiased;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user