html,body,#root{margin:0;padding:0;width:100%;min-height:100%;overflow-x:hidden;background:#eef3f6;box-sizing:border-box;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Arial,sans-serif}*{box-sizing:border-box}img{max-width:100%}button,input,textarea,select{font-family:inherit;-webkit-tap-highlight-color:transparent}html{-webkit-text-size-adjust:100%}body{overscroll-behavior-y:contain}::-webkit-scrollbar{width:0;height:0}


/* LIORIS scroll unlock fix */
html,
body,
#root {
  height: auto !important;
  min-height: 100% !important;
  overflow-y: auto !important;
  overflow-x: hidden !important;
  touch-action: pan-y !important;
  position: static !important;
}

body {
  -webkit-overflow-scrolling: touch !important;
  overscroll-behavior-y: auto !important;
}

#root > * {
  min-height: 100vh !important;
  overflow-y: visible !important;
  touch-action: pan-y !important;
}

* {
  overscroll-behavior-y: auto;
}
