remove horizontal scrollbar

This commit is contained in:
Juaoose 2021-12-02 22:58:34 -05:00
parent c64322ad3f
commit bc90955959
1 changed files with 1 additions and 1 deletions

View File

@ -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; }