minor fix to the showHTML view. No longer has awkward horizontal scroll, and should prevent this UX nonstarter throughout app now

This commit is contained in:
Michael Q Larson
2015-03-07 22:20:29 -08:00
parent c8a9f6f810
commit 7b7f808385

View File

@ -27,6 +27,8 @@ li, .wrappable {
html { html {
position: relative; position: relative;
min-height: 100%; min-height: 100%;
// hack to prevent horizontal overflow problem on showHTML view
overflow-x: hidden;
} }
body.full-screen-body-background { body.full-screen-body-background {