// 保证demo占满屏幕
.__dumi-default-mobile-demo-layout {
  & > div {
    position: absolute;
    inset: 0;
    & > div {
      height: 100%;
    }
  }
}
