/* ==UserStyle==
@name Header always visible
@namespace mudae.net
@version 1
@description Always show the header at the top, never hiding it
@author xrock
==/UserStyle== */

@-moz-document domain("preprod.mudae.net"), domain("mudae.net")
{
  html body header {
    box-shadow: rgba(128, 128, 128, 0.3) 0px 3px 2px -2px !important;
    top: 0px !important;
  }
}
