diff --git a/public/react/src/modules/page/VNCDisplay.js b/public/react/src/modules/page/VNCDisplay.js index 77dd0acdc..ea7dccb17 100644 --- a/public/react/src/modules/page/VNCDisplay.js +++ b/public/react/src/modules/page/VNCDisplay.js @@ -158,7 +158,7 @@ class VNCDisplay extends Component { background: #666; } .vncDisply #screen > div { - background: #666; + background: #666 !important; } `}