mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-05 03:52:14 +00:00
z-index: 1000 on header, hide abs-positioned things underneath
This commit is contained in:
parent
46430f2ae1
commit
755c9d1ff0
1 changed files with 1 additions and 0 deletions
|
|
@ -19,6 +19,7 @@ html,body,p,h1,ul,li,table,tr,th,td
|
|||
white-space: nowrap
|
||||
position:fixed
|
||||
width: 100%;
|
||||
z-index: 1000;
|
||||
|
||||
#head .pull-right
|
||||
margin-right: 2%
|
||||
|
|
|
|||
Loading…
Reference in a new issue