Revert "allow text overflow in terminal (fixes #335, fixes #372)"

This reverts commit ace644679004664b96500359fc4d19c6e9cb5a3d.
This commit is contained in:
Eugene Pankov 2018-07-22 07:29:31 -07:00
parent ace6446790
commit ac8bb2de49

View File

@ -8,10 +8,9 @@ a:hover {
x-screen { x-screen {
transition: 0.125s ease background; transition: 0.125s ease background;
overflow: visible !important;
&::-webkit-scrollbar { &::-webkit-scrollbar {
width: 3px; width: 3px;
background: transparent; background: transparent;
} }