.x-layout {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.x-layout.x-layout-has-sidebar {
  flex-direction: row;
}
