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 0c6e51e6c7
commit 6299188bf6

View file

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