Skip to content

Commit 61f4b4c

Browse files
authored
Merge pull request #152 from abhaykv04/bug/fix-large-font-issue
Fix #141: Large font accessibility issue
2 parents 416bdb5 + 9db282d commit 61f4b4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/routes/j/$id.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ export default function JsonDocumentRoute() {
212212
</div>
213213
<div className="h-screen flex flex-col sm:overflow-hidden">
214214
{!loaderData.minimal && <Header />}
215-
<div className="bg-slate-50 flex-grow transition dark:bg-slate-900">
215+
<div className="bg-slate-50 flex-grow transition dark:bg-slate-900 overflow-y-auto">
216216
<div className="main-container flex justify-items-stretch h-full">
217217
<SideBar />
218218
<JsonView>

0 commit comments

Comments
 (0)