.pisell-layout {
  position: relative;
}

.pisell-layout-header {}

.pisell-layout-header-fixed {
  position: sticky;
  top: 0;
  z-index: 100;
}

.pisell-layout-content {}

.pisell-layout-content-scroll {
  overflow-y: auto;
}

.pisell-layout-sider {}

.pisell-lowcode-layout-sider-trigger {
  position: unset;
}