19 lines
239 B
CSS
19 lines
239 B
CSS
.canvas-container .header {
|
|
display: none;
|
|
}
|
|
|
|
.canvas-container {
|
|
display: contents;
|
|
}
|
|
|
|
.kvm-maximized {
|
|
position: fixed;
|
|
background: #000;
|
|
bottom: 0;
|
|
left: 0;
|
|
width: 100vw;
|
|
z-index: 1000;
|
|
max-height: 100% !important;
|
|
}
|
|
|