mirror of
https://github.com/standardebooks/web.git
synced 2025-07-19 12:54:48 -04:00
Update single page ebook CSS to not allow SVGs to scroll over the header bar
This commit is contained in:
parent
a88e60aff8
commit
4e58a6dfd7
1 changed files with 1 additions and 0 deletions
|
@ -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{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue