diff --git a/public/react/src/modules/page/VNCContainer.js b/public/react/src/modules/page/VNCContainer.js index e0e3616e0..9bb45d920 100644 --- a/public/react/src/modules/page/VNCContainer.js +++ b/public/react/src/modules/page/VNCContainer.js @@ -144,7 +144,9 @@ class VNCContainer extends Component { border-bottom: 0; } - + .vncDrawer > div:nth-child(1) { + opacity: 1; + } .vncDrawer > div:nth-child(2) { top: 0px !important; height: 100% !important;