mirror of
https://github.com/wallabag/wallabag.git
synced 2025-02-17 03:05:19 +00:00
fix z-index-menu mobile view bug #834
This commit is contained in:
parent
6b0894c66a
commit
b9fa7d2c9c
1 changed files with 1 additions and 1 deletions
|
@ -180,7 +180,7 @@ h2:after {
|
|||
padding-top: 9.5em;
|
||||
height: 100%;
|
||||
box-shadow:inset -4px 0 20px rgba(0,0,0,0.6);
|
||||
z-index: 10;
|
||||
z-index: 15;
|
||||
}
|
||||
|
||||
#main {
|
||||
|
|
Loading…
Reference in a new issue