Pop up menu in center, but do not rely on position: fixed.

This commit is contained in:
Michael Jumper
2012-04-08 16:11:17 -07:00
parent 5384de93e8
commit 14ec0db8de
3 changed files with 21 additions and 10 deletions

View 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;
}