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