diff --git a/static/style/inverted-style.css b/static/style/inverted-style.css index fe0fb0c2..231b83b9 100644 --- a/static/style/inverted-style.css +++ b/static/style/inverted-style.css @@ -519,11 +519,8 @@ position: relative; display: inline-block; width: 100%; - overflow: scroll; - height: 48px; } .preview pre code { - position: absolute; font-family: monospace; } .preview ol, diff --git a/static/style/style.css b/static/style/style.css index ad529f57..53435d03 100644 --- a/static/style/style.css +++ b/static/style/style.css @@ -519,11 +519,8 @@ position: relative; display: inline-block; width: 100%; - overflow: scroll; - height: 48px; } .preview pre code { - position: absolute; font-family: monospace; } .preview ol,