html {
  overflow-y: scroll;
  scrollbar-gutter: stable;
}

.fixture-master-status[hidden] {
  display: none;
}

body[data-active-tab="published"] .fixture-master-status {
  display: none;
}
