mirror of
https://github.com/paradoxxxzero/butterfly.git
synced 2026-05-26 07:08:08 +00:00
Add overflow: hidden rather than auto. Fix #74
This commit is contained in:
@@ -41,3 +41,6 @@ $bg: #000 !default
|
||||
.nbsp
|
||||
@extend .underline
|
||||
@extend .fg-color-1
|
||||
|
||||
.inline-html
|
||||
overflow: hidden
|
||||
|
||||
@@ -3078,3 +3078,5 @@ html, body {
|
||||
.blur .cursor.reverse-video {
|
||||
background: none; }
|
||||
|
||||
.inline-html {
|
||||
overflow: hidden; }
|
||||
|
||||
Reference in New Issue
Block a user