Update single page ebook CSS to not allow SVGs to scroll over the header bar

This commit is contained in:
Alex Cabal 2021-07-28 16:50:34 -05:00
parent a88e60aff8
commit 4e58a6dfd7

View file

@ -16,6 +16,7 @@ body > header{
background: #fff; background: #fff;
border-bottom: 1px solid #999; border-bottom: 1px solid #999;
box-shadow: 0 0 3px #ccc; box-shadow: 0 0 3px #ccc;
z-index: 1000; /* Required so that SVGs don't scroll over the header */
} }
body > header ul{ body > header ul{