@import '@antv/s2/esm/styles/variables.less';

.@{s2-cls-prefix} {
  &-wrapper {
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    height: 100%;
  }

  &-container {
    overflow: auto;
    flex: 1 1 auto;
  }
}
