Improve overflow handling in logs and terminal view

This commit is contained in:
Johannes Zellner
2017-09-04 18:40:16 +02:00
parent b56dcaac68
commit 1c5c4b5705
2 changed files with 5 additions and 1 deletions

View File

@@ -1146,6 +1146,10 @@ footer {
color: #00FFFF;
}
}
.dont-overflow {
overflow: hidden;
}
}
.contextMenuBackdrop {