Remove obselete property on .ui-datatable-scrollable-wrapper #4213
Labels
Type: Enhancement
Issue contains an enhancement related to a specific component. Additional functionality has been add
Milestone
There is no guarantee in receiving a response in GitHub Issue Tracker, If you'd like to secure our response, you may consider PrimeNG PRO Support where support is provided within 4 business hours
I'm submitting a ... (check one with "x")
Plunkr Case (Bug Reports)
Please fork the plunkr below and create a case demonstrating your bug report. Issues without a plunkr have much less possibility to be reviewed.
http://plnkr.co/edit/6q5v84DWolH6DeAdi70w?p=preview
Current behavior
Non-existing 'max-height' class is getting applied to scrollable tables on the .ui-datatable-scrollable-wrapper node.
Expected behavior
.ui-datatable-scrollable-wrapper should not have 'max-height' applied as a class to .ui-datatable-scrollable-wrapper. The style 'max-height' is already being applied to another element, .ui-datatable-scrollable-body, which is correct.
Minimal reproduction of the problem with instructions
See 'max-height' class getting applied to .ui-datatable-scrollable-wrapper node:
http://embed.plnkr.co/coNQlXE9NVgonQHf2urP/
What is the motivation / use case for changing the behavior?
To clean up superfluous code that may cause confusion.
Please tell us about your environment:
PrimeNG version: 2.0.X
4.2.2
Browser: [all | Chrome XX | Firefox XX | IE XX | Safari XX | Mobile Chrome XX | Android X.X
all
Language: [all | TypeScript X.X | ES6/7 | ES5]
Node (for AoT issues):
node --version
=The text was updated successfully, but these errors were encountered: