.side-panel-container-box {
  .side-panel-container {
    position: fixed;
    bottom: 12px;
    right: 12px;
    gap: 4px;
    max-height: calc(100vh - 24px);
    z-index: 999;
  }
}
