From 4e58a6dfd7b332fccaaebabd3f8dead4ff318e31 Mon Sep 17 00:00:00 2001 From: Alex Cabal Date: Wed, 28 Jul 2021 16:50:34 -0500 Subject: [PATCH] Update single page ebook CSS to not allow SVGs to scroll over the header bar --- www/css/web.css | 1 + 1 file changed, 1 insertion(+) diff --git a/www/css/web.css b/www/css/web.css index c3accb54..fc2a210c 100644 --- a/www/css/web.css +++ b/www/css/web.css @@ -16,6 +16,7 @@ body > header{ background: #fff; border-bottom: 1px solid #999; box-shadow: 0 0 3px #ccc; + z-index: 1000; /* Required so that SVGs don't scroll over the header */ } body > header ul{