mirror of
https://github.com/scratchfoundation/scratchwikiskin.git
synced 2024-12-02 20:07:12 -05:00
Merge pull request #14 from blob8108/fix-zindex
Fix header z-index to be above scratchblocks
This commit is contained in:
commit
08db66fea2
1 changed files with 1 additions and 1 deletions
2
main.css
2
main.css
|
@ -18,7 +18,7 @@ header {
|
|||
-moz-box-shadow: 0 1px 1px #ccc;
|
||||
-o-box-shadow: 0 1px 1px #ccc;
|
||||
box-shadow: 0 1px 1px #ccc;
|
||||
z-index: 3;
|
||||
z-index: 200;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue