From bc90955959d818797e84c944247736e871faee3f Mon Sep 17 00:00:00 2001 From: Juaoose Date: Thu, 2 Dec 2021 22:58:34 -0500 Subject: [PATCH] remove horizontal scrollbar --- assets/syntax.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/syntax.scss b/assets/syntax.scss index 27c37f4..bada47a 100644 --- a/assets/syntax.scss +++ b/assets/syntax.scss @@ -1,4 +1,4 @@ -/* Background */ .chroma { color: #f8f8f2; background-color: #282a36 } +/* Background */ .chroma { color: #f8f8f2; background-color: #282a36; overflow: hidden } /* Other */ .chroma .x { } /* Error */ .chroma .err { } /* LineTableTD */ .chroma .lntd { vertical-align: top; padding: 0; margin: 0; border: 0; }