mirror of
https://github.com/novnc/noVNC.git
synced 2026-06-06 04:19:41 +00:00
* 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:
@@ -59,6 +59,9 @@ html {
|
||||
#sendCtrlAltDelButton {
|
||||
display: none;
|
||||
}
|
||||
#fullscreenButton {
|
||||
display: none;
|
||||
}
|
||||
#noVNC_xvp_buttons {
|
||||
display: none;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user