Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
openbmc
/
webui-vue
/
b24a483eda5ca0b0ecdb4f0c61b90d76d0d8e1e0
/
.
/
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
;
}
}