Fix terminal overflowing from parent

This commit is contained in:
Kristóf Tóth 2018-05-25 15:14:53 +02:00
parent 5bdf6e0d42
commit 32dab3b967
1 changed files with 1 additions and 0 deletions

View File

@ -76,6 +76,7 @@
.tfw-terminal {
overflow-y: hidden;
background-color: $tao-gray-800;
padding-bottom: 2.2em;
div[class*="web"] & {
border-top: 1px solid $tao-plum-100;