.boost-sd__filter-tree-vertical {
  display: flex;
  flex-direction: column;
  max-height: 100vh;
}

.boost-sd__filter-tree-vertical-sticky-body {
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
}

.boost-sd__filter-tree-vertical-content {
  max-height: none;
  height: auto;
  overflow: visible;
}

.boost-sd__filter-tree-vertical-show-result {
  flex: 0 0 auto;
}
