* Hide the fullscreen toggle button on Safari since alphanumerical

keyboard input doesn't work in fullscreen.
* Force clipping mode in Internet Explorer while in fullscreen since
  scrollbars doesn't work in fullscreen.
This commit is contained in:
samhed
2015-06-25 22:28:04 +02:00
parent 6e296bfa8a
commit a6357e8276
2 changed files with 38 additions and 16 deletions

View File

@@ -59,6 +59,9 @@ html {
#sendCtrlAltDelButton {
display: none;
}
#fullscreenButton {
display: none;
}
#noVNC_xvp_buttons {
display: none;
}