From 7b7f808385c1da7373ddba19a5c28a810aa57af6 Mon Sep 17 00:00:00 2001 From: Michael Q Larson Date: Sat, 7 Mar 2015 22:20:29 -0800 Subject: [PATCH] minor fix to the showHTML view. No longer has awkward horizontal scroll, and should prevent this UX nonstarter throughout app now --- public/css/main.less | 2 ++ 1 file changed, 2 insertions(+) diff --git a/public/css/main.less b/public/css/main.less index bec9f26513..3baaa5a44b 100644 --- a/public/css/main.less +++ b/public/css/main.less @@ -27,6 +27,8 @@ li, .wrappable { html { position: relative; min-height: 100%; + // hack to prevent horizontal overflow problem on showHTML view + overflow-x: hidden; } body.full-screen-body-background {