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

This commit is contained in:
Eugene Pankov 2018-07-22 07:08:59 -07:00
parent 259a1d26b0
commit ace6446790

View file

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