From 0c19eaf2a2296ddcdb6ce64902062c47cd310f9f Mon Sep 17 00:00:00 2001 From: Matthew Juhl <mjuhl24@gmail.com> Date: Fri, 17 Jul 2009 19:29:14 +0000 Subject: [PATCH] changed the z-index of the person detail window so that it stays above the swf --- landing/index.shtml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/landing/index.shtml b/landing/index.shtml index 36bbf1be..680ff1cc 100644 --- a/landing/index.shtml +++ b/landing/index.shtml @@ -57,6 +57,8 @@ #posters div p {width:200px; color:#666; position:absolute; top:100px; left:30px;} #posters div p#preview {width:100%; height:100%; top:0; left:0;} + #FE_InfoWindow { z-index: 9999; } + </style> <script type="text/javascript"> -- GitLab