@import '../common/style/var';
@import '../common/style/base';

body {
  min-width: 100vw;
  background-color: #fff;
}

::-webkit-scrollbar {
  width: 0;
  background: transparent;
}
