summaryrefslogtreecommitdiff
path: root/src/assets/styles/bmc/custom/_kvm.scss
blob: 1045f133fa463913a0550c285088c4395164bff5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#terminal-kvm {
  display: flex;
  &.full-window {
   height: calc(100vh - 80px);
  }
  div:nth-child(1) {
    background: transparent !important;
    display: block !important;
    overflow: hidden !important;
    canvas {
      max-height: 579px;
    }
  }
}