Skip to content

Commit 0ad6363

Browse files
committed
get rid of resize boxes in IE11
1 parent 1276ab9 commit 0ad6363

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

assets/base.styl

+3-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,9 @@ iconPadding = 3px inputPadding
7878
margin-bottom: 5px
7979
margin-top: 5px
8080
padding-left: 16px
81-
code, pre:not(.hljs) // TODO core should not be aware of hljs
81+
pre.hljs
82+
overflow: visible
83+
code, pre:not(.hljs)
8284
background-color: #f0f0f0
8385
code, pre
8486
border-radius: 3px

0 commit comments

Comments
 (0)