79137420

Date: 2024-10-29 13:31:48
Score: 0.5
Natty:
Report link

Pure Css Solution that worked for me in Angular

 ::ng-deep {
.p-datatable-wrapper::-webkit-scrollbar {
    scrollbar-width: none; /* Hides the scrollbar */
  }
}
Reasons:
  • Whitelisted phrase (-1): worked for me
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: RKS