diff --git a/src/static/style/mobile.css b/src/static/style/mobile.css index fb9474d..1f07dc1 100755 --- a/src/static/style/mobile.css +++ b/src/static/style/mobile.css @@ -218,7 +218,7 @@ label{ } pre{ - overflow: scroll; + overflow-x: auto; background-color: #36332f; padding: 10px; } \ No newline at end of file