79706461

Date: 2025-07-18 16:10:32
Score: 1
Natty:
Report link
Yo he necesitado realizar esta adaptación:

::ng-deep {
  .make-ag-grid-header-sticky {
    .ag-root-wrapper {
      display: unset;
    }

    .ag-root-wrapper-body {
      display: block;
    }

    .ag-root {
      display: unset;

    }

    .ag-header{
      top: 0;
      background-color: var(--ag-header-background-color);
      position: sticky !important;
      z-index: 100;
    }
  }
}
Reasons:
  • Has code block (-0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: IneyCat