Browse Source

Fixed long block code scrollbar

NGPixel 8 năm trước cách đây
mục cha
commit
ddcbce054a
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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;