body::before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: #9C27B0;
  z-index: 99999;
}
body { padding-top: 4px; }