1
1
mirror of https://github.com/Eugeny/tabby.git synced 2024-11-23 21:34:13 +03:00

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;
}