diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/css/_partial/_post/_content.scss | 5 | ||||
-rw-r--r-- | src/package.json | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/src/css/_partial/_post/_content.scss b/src/css/_partial/_post/_content.scss index ceed8a3..87c788b 100644 --- a/src/css/_partial/_post/_content.scss +++ b/src/css/_partial/_post/_content.scss @@ -135,4 +135,9 @@ .align-left { text-align: left; } + + .MJXc-display { + overflow-x: auto; + overflow-y: hidden; + } } diff --git a/src/package.json b/src/package.json index 5e0e57f..a12be34 100644 --- a/src/package.json +++ b/src/package.json @@ -1,6 +1,6 @@ { "name": "even-src", - "version": "3.0.0", + "version": "3.0.1", "description": "even source file", "main": "index.js", "scripts": { |