CSS Humor

Admin Top 0 Position Fixed Z-Index 9999 Important

.admin {
  top: 0px;
  position: fixed;
  z-index: -99999 !important; 
}

From Stephanus