@media screen and (max-width: 600px) {
  #wpadminbar {
    position: static !important;
  }
}

html:not(.wp-admin) {
  margin-top: 0 !important;
}