.nut-sidebaritem {
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  display: block;
  background-color: $sidebar-item-background;
  color: $color-title;
  padding: $sidebar-item-padding;
  box-sizing: border-box;
  /* #ifndef dynamic*/
  overflow: auto;
  /* #endif */

  &.inactive {
    overflow: visible;
    height: 0;
  }
}
