79706124

Date: 2025-07-18 11:50:23
Score: 0.5
Natty:
Report link

To resolve this, I disabled the horizontal spacers that AG Grid adds for pinned sections by applying the following CSS:

.ag-horizontal-left-spacer{
  display: none !important;
}
.ag-horizontal-right-spacer{
  display: none !important;
}

This removed the additional scrollbars under the pinned columns, resulting in a clean layout with only one horizontal scrollbar for the main scrollable area.

Reasons:
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Shanthini M