Add overflow: hidden rather than auto. Fix #74

This commit is contained in:
Florian Mounier
2015-04-08 11:36:48 +02:00
parent 7d0c69ea4d
commit 1df84b3ee6
2 changed files with 5 additions and 0 deletions

View File

@@ -41,3 +41,6 @@ $bg: #000 !default
.nbsp
@extend .underline
@extend .fg-color-1
.inline-html
overflow: hidden

View File

@@ -3078,3 +3078,5 @@ html, body {
.blur .cursor.reverse-video {
background: none; }
.inline-html {
overflow: hidden; }