Explorar o código

fix: markdown code always show scrollbar (#237)

Joel %!s(int64=2) %!d(string=hai) anos
pai
achega
7660539689
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;