html,
body {
  overflow-x: hidden;
  background-color: var(--shell-bg);
}
body {
  position: relative;
}

/* Freshdesk widget must not participate in document flow (CLS). */
#fd_frame {
  position: fixed !important;
  z-index: 2147483000;
  bottom: 0;
  right: 0;
  pointer-events: none;
}
#fd_frame > * {
  pointer-events: auto;
}
