فهرست منبع

fix: markdown code always show scrollbar (#237)

Joel 2 سال پیش
والد
کامیت
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;