z-index: 1000 on header, hide abs-positioned things underneath

This commit is contained in:
Tyler Renelle 2013-02-08 15:22:17 -05:00
parent 46430f2ae1
commit 755c9d1ff0

View file

@ -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%