remove control bar completely

This commit is contained in:
highxshell 2025-09-17 11:27:40 +05:00
parent 3adea399a1
commit b3f316e59f
1 changed files with 5 additions and 0 deletions

View File

@ -98,6 +98,11 @@
mandatory: mandatory } });
</script>
<style>
/* Hide all noVNC control bar */
#noVNC_control_bar {
display: none !important;
}
/* Hide all noVNC buttons by default */
#noVNC_control_bar .noVNC_button {
display: none !important;