From 2181fc963a75da87a9ea80397709ebb8821444b0 Mon Sep 17 00:00:00 2001 From: Michael Jumper Date: Fri, 6 Apr 2012 11:56:18 -0700 Subject: [PATCH] Forgot to commit styles. --- src/main/webapp/styles/client.css | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/src/main/webapp/styles/client.css b/src/main/webapp/styles/client.css index 9765833..6d30bb9 100644 --- a/src/main/webapp/styles/client.css +++ b/src/main/webapp/styles/client.css @@ -47,7 +47,7 @@ div.dialogOuter { display: table; height: 100%; width: 100%; - position: fixed; + position: absolute; left: 0; top: 0; @@ -141,7 +141,7 @@ div.dialog p { /* Menu */ #menu { - position: fixed; + position: absolute; left: 0; top: 0; width: 100%; @@ -218,7 +218,7 @@ div#clipboardDiv textarea { } div#menuControl { - position: fixed; + position: absolute; top: 0; left: 0; @@ -229,23 +229,21 @@ div#menuControl { z-index: 3; } -/* Viewport Clone */ +/* Viewport */ -div#viewportClone { - display: table; +div#viewport { height: 100%; width: 100%; - position: fixed; + position: absolute; left: 0; top: 0; - - visibility: hidden; + overflow: auto; } /* Keyboard event target */ textarea#eventTarget { - position: fixed; + position: absolute; /* Hide offscreen */ left: 0; -- 1.7.10.4