/* FieldCore Mobile Scroll Safety v1.3 */
html,
body {
  min-height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  touch-action: pan-x pan-y;
  -webkit-overflow-scrolling: touch;
}

.home-drawer,
.home-menu-drawer,
.home-profile-drawer {
  max-height: 100dvh;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
