::ng-deep {
  .test-mode {
    /* Hide code snippets in test mode, so that we don't get the annoying scroll bar */
    .snippet-code-tabset {
      display: none;
    }
  }
}