From 98fff919f02d79610eaa3235454aadccfeab2d03 Mon Sep 17 00:00:00 2001 From: Benjamin BERNARD Date: Fri, 7 Aug 2015 00:56:39 +0200 Subject: [PATCH] Container position set to relative, for a better embed into an existing page. We don't want the viewer to be at a fixed place. --- src/css/pannellum.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/css/pannellum.css b/src/css/pannellum.css index 39a0376..f4f3052 100644 --- a/src/css/pannellum.css +++ b/src/css/pannellum.css @@ -2,7 +2,7 @@ margin: 0; padding: 0; overflow: hidden; - position: fixed; + position: relative; cursor: default; width: 100%; height: 100%;