Skip to content

Commit

Permalink
Resolve landing overflow issues
Browse files Browse the repository at this point in the history
  • Loading branch information
colepeters committed May 3, 2024
1 parent 630fbbe commit 3f86dc2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/http/get-landing/index.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ export async function handler () {
color: var(--body);
scrollbar-color: var(--gray-300) transparent;
scrollbar-width: thin;
overflow-x: clip;
}
.underline {
Expand Down

0 comments on commit 3f86dc2

Please sign in to comment.