From 3851b5d5dd8465060923487e38c805bd692c23cf Mon Sep 17 00:00:00 2001 From: Divyam Date: Tue, 3 Oct 2023 14:13:41 +0530 Subject: [PATCH] fix overflow --- styles/Viewer.module.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles/Viewer.module.css b/styles/Viewer.module.css index 27ce673..9662bb3 100644 --- a/styles/Viewer.module.css +++ b/styles/Viewer.module.css @@ -15,6 +15,7 @@ height: 100%; flex: 1; padding-top: 10px; + overflow: scroll; } .line-numbers { @@ -28,5 +29,4 @@ .code { flex: 1; padding: 3px; - overflow-x: auto; } \ No newline at end of file