mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-07-31 19:20:25 +00:00
z-index: 1000 on header, hide abs-positioned things underneath
This commit is contained in:
parent
0c6e51e6c7
commit
6299188bf6
1 changed files with 1 additions and 0 deletions
|
|
@ -28,6 +28,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