blob: a722384406cf2dceeb93223f9e386c408c30c8e3 [file] [log] [blame]
Mateusz Gapski96b37af2020-09-04 14:11:55 +02001#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}