diff options
Diffstat (limited to 'modules/overlay')
-rw-r--r-- | modules/overlay/overlay-parent.css | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/modules/overlay/overlay-parent.css b/modules/overlay/overlay-parent.css index e71cd6648..50e8e364e 100644 --- a/modules/overlay/overlay-parent.css +++ b/modules/overlay/overlay-parent.css @@ -11,7 +11,7 @@ html.overlay-open body { .overlay-element { height: 100%; left: 0; - position: fixed; + position: absolute; top: 0; width: 100%; z-index: 500; @@ -35,14 +35,3 @@ html.overlay-open .displace-top, html.overlay-open .displace-bottom { z-index: 600; } - -/** - * IE6 shows elements with position:fixed as position:static so replace - * it with position:absolute; - */ -* html #overlay-container, -* html .overlay-modal-background, -* html .overlay-element -{ - position: absolute; -} |