/* Fixed sidebar */
.sidebar, .left-panel, .layout-sidebar {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  overflow-y: auto;
  width: 260px;
  z-index: 1000;
}

/* Main content shifted right */
.main, .content, .layout-content, .page-content {
  margin-left: 260px;
}

/* Optional: avoid horizontal scroll */
body {
  overflow-x: hidden;
}

/* UZUMSTOK_SIDEBAR_FIXED */
.sidebar, #sidebar, .left-panel, .layout-sidebar {
  position: fixed !important;
  top: 0;
  left: 0;
  height: 100vh;
  overflow-y: auto;
  z-index: 50;
}

/* main content offset (если ширина панели другая — меняй 260px) */
.main, .content, .layout-content, .page-content {
  margin-left: 260px;
}

body { overflow-x: hidden; }
/* END_UZUMSTOK_SIDEBAR_FIXED */
