Convert PanOverlay.

This commit is contained in:
Michael Jumper
2012-11-12 02:02:05 -08:00
parent f5e754dd5d
commit 0d091e925f
3 changed files with 12 additions and 13 deletions

View File

@@ -191,13 +191,12 @@ div.magnifier {
}
div#pan-overlay {
display: none;
width: 100%;
height: 100%;
.pan-overlay {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
}
/* Viewport Clone */