From 0ad6363c9fcd70c52ca667d39a393760eeb646b5 Mon Sep 17 00:00:00 2001 From: Jason Chen Date: Tue, 3 May 2016 23:40:09 -0700 Subject: [PATCH] get rid of resize boxes in IE11 --- assets/base.styl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/assets/base.styl b/assets/base.styl index 55f430da3e..6289d6f33f 100644 --- a/assets/base.styl +++ b/assets/base.styl @@ -78,7 +78,9 @@ iconPadding = 3px inputPadding margin-bottom: 5px margin-top: 5px padding-left: 16px - code, pre:not(.hljs) // TODO core should not be aware of hljs + pre.hljs + overflow: visible + code, pre:not(.hljs) background-color: #f0f0f0 code, pre border-radius: 3px