@import "import";

.rootLayout {
  position: relative;
  width: 100%;
  height: 100%;
  touch-action: auto;

  .main {
    @include flex(column, flex-start, flex-start);
    position: relative;
    width: 100%;
    height: 100%;
  }
}
