From 1b6ebf4b32973153942653c2bdac591b27436850 Mon Sep 17 00:00:00 2001 From: "Mark Allen Matney, Jr" <mmatney@library.ucla.edu> Date: Mon, 26 Mar 2018 18:19:03 -0700 Subject: [PATCH] fixes https://github.com/ProjectMirador/mirador/issues/1525 --- css/less/window.less | 1 + 1 file changed, 1 insertion(+) diff --git a/css/less/window.less b/css/less/window.less index b3b372bba..6ce39067c 100644 --- a/css/less/window.less +++ b/css/less/window.less @@ -6,6 +6,7 @@ overflow: hidden; background-color: @black-33; top: 0%; + z-index: 1; } .manifest-info { -- GitLab