html,
body,
#root {
  max-width: 100%;
  overflow-x: clip;
}

@media (max-width: 1023px) {
  footer {
    padding-bottom: calc(4.5rem + env(safe-area-inset-bottom)) !important;
  }
}
