Преглед изворни кода

fix: markdown code always show scrollbar (#237)

Joel пре 1 година
родитељ
комит
7660539689
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      web/app/styles/markdown.scss

+ 1 - 1
web/app/styles/markdown.scss

@@ -779,7 +779,7 @@
   max-width: 100%;
   padding: 0;
   margin: 0;
-  overflow-x: scroll;
+  overflow-x: auto;
   line-height: inherit;
   word-wrap: normal;
   background-color: transparent;