html {
  width: 100%;
  min-width: 0;
  overflow-x: hidden !important;
  background: #0b0b0c;
}

html.chirp-reference-desktop {
  overflow-x: hidden !important;
}

html.chirp-reference-desktop body {
  max-width: none !important;
  overflow-x: hidden !important;
}

html.chirp-reference-desktop .app-shell,
html.chirp-reference-desktop .app-layout,
html.chirp-reference-desktop .site-shell,
html.chirp-reference-desktop .main-shell,
html.chirp-reference-desktop #app,
html.chirp-reference-desktop main {
  max-width: 100% !important;
  min-width: 0 !important;
}
