Currently using ng-zorro-antd 7.0.0 rc3 alongside angular 7.2.4.
Encountering an issue where horizontal scrolling is not possible on mobile browsers when using the nz-range-picker. It appears that the element is too large for the screen, even though the parent of nz-range-picker has "over-flow-x: hidden" or "over-flow: hidden" attributes.
Struggling to identify the specific element that needs fixing.
Reviewed the Ng-Zorro documentation and found that they have also experienced this issue:
Interestingly, the react version of Ant Design does not seem to have this problem: https://ant.design/components/date-picker/#header
If anyone has insight or a solution, I would greatly appreciate the help.
Issue with range picker scrolling on mobile screens with over-flow-x