@pisell-prefix: pisell-lowcode;

.@{pisell-prefix} {
  &-claseic-layout {
    position: relative;
    overflow: auto;
    height: 100%;
    width: 100%;
  }
  &-claseic-layout-fixed-header {
    position: sticky;
    top: 0;
    z-index: 1;
    width: 100%;
  }
  &-claseic-layout-fixed-footer {
    position: sticky;
    bottom: 0;
    z-index: 1;
    width: 100%;
  }
}