From 653af08f8e3a6e1d8c664694131241c654f68f65 Mon Sep 17 00:00:00 2001 From: Matthew Petroff Date: Mon, 9 Mar 2015 17:58:21 -0400 Subject: [PATCH] Fix display of about message. --- src/css/pannellum.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/css/pannellum.css b/src/css/pannellum.css index 270a507..ffa0f72 100644 --- a/src/css/pannellum.css +++ b/src/css/pannellum.css @@ -267,6 +267,7 @@ body { -o-transition: opacity .3s ease-in-out; -ms-transition: opacity .3s ease-in-out; transition: opacity .3s ease-in-out; + z-index: 1; } .about_msg a:link, .about_msg a:visited {