Pop up menu in center, but do not rely on position: fixed.
[guacamole.git] / src / main / webapp / styles / client.css
index ebed759..7ed9c77 100644 (file)
@@ -260,9 +260,14 @@ textarea#eventTarget {
 /* Touch-specific menu */
 
 div#touchMenu {
+
+    position: absolute;
+    visibility: hidden;
+    
     display: inline-block;
     background: black;
     border: 1px solid silver;
     padding: 1em;
     opacity: 0.8;
+
 }
\ No newline at end of file