xref: /openbmc/webui-vue/src/assets/styles/bmc/custom/_kvm.scss (revision 68cbbe9014cbdcf7229a878f564d38f6d6199f25)
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}