Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
openbmc
/
webui-vue
/
8876eceffa71ed8b28a856c48a8acb18167c9340
/
.
/
src
/
assets
/
styles
/
bmc
/
custom
/
_kvm.scss
blob: a722384406cf2dceeb93223f9e386c408c30c8e3 [
file
] [
log
] [
blame
]
#terminal-kvm {
height
:
calc
(
100vh
-
300px
);
display
:
flex
;
&.
full
-
window
{
height
:
calc
(
100vh
-
80px
);
}
div
:
nth
-
child
(
1
)
{
background
:
transparent
!
important
;
display
:
block
!
important
;
overflow
:
hidden
!
important
;
}
}