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

This reverts commit ace6446790.
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 {
transition: 0.125s ease background;
overflow: visible !important;
&::-webkit-scrollbar {
width: 3px;
width: 3px;
background: transparent;
}