/* Keep the project action visible from the first render, independently of list scrolling. */
.projects-panel {
  position: relative;
}

.projects-panel .groups-list {
  flex: 1 1 0;
  min-height: 0;
  padding-bottom: 76px;
  overflow-y: auto;
}

.projects-fab-wrap {
  position: absolute;
  z-index: 20;
  bottom: 12px;
  left: 12px;
  margin: 0;
  padding: 0;
}
