Browse Source

Fixed long block code scrollbar

NGPixel 8 years ago
parent
commit
ddcbce054a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      client/scss/components/markdown-content.scss

+ 1 - 1
client/scss/components/markdown-content.scss

@@ -256,7 +256,7 @@
 		padding: 20px 20px 20px 13px;
 		font-family: $core-font-monospace;
 		white-space: pre;
-    overflow-x: scroll;
+    overflow-x: auto;
 
 		> code {
 			border-radius: 5px;