| Mateusz Gapski | 96b37af | 2020-09-04 14:11:55 +0200 | [diff] [blame] | 1 | #terminal-kvm { |
| 2 | height: calc(100vh - 300px); | ||||
| 3 | display: flex; | ||||
| 4 | &.full-window { | ||||
| 5 | height: calc(100vh - 80px); | ||||
| 6 | } | ||||
| 7 | div:nth-child(1) { | ||||
| 8 | background: transparent !important; | ||||
| 9 | display: block !important; | ||||
| 10 | overflow: hidden !important; | ||||
| 11 | } | ||||
| 12 | } | ||||