.projects-pivot-grid-container {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  overflow-x: hidden;
  overflow-y: auto;
}

.projects-pivot-grid-container .grid-header {
  color: rgba(0, 0, 0, .55);
  color: var(--text-secondary-color,rgba(0, 0, 0, .55));
  /* omitting this causes grid header titles to overlap in Edge and IE */
  position: relative;
}

.projects-pivot-grid-container .project-name-cell .cell-content {
  left: 0px;
}

.projects-pivot-grid-container .project-description-cell {
  font-size: 14px;
}

.projects-pivot-grid-container .ms-DetailsRow.is-selected {
  /* change borderstyle when selected through mouse or keyboard to work with firefox since firefox doesnt support color highlight in HC mode */
}
