Sunday, April 20, 2025
1 change · saas-18.2
Resolved issues and error corrections
Users can now scroll through pivot dimensions in the spreadsheet side panel when it is in readonly mode. This fixes a usability issue that prevented viewing all available pivot details without enabling editing.
Original PR description
The `pointer-events: none;` property prevents elements (and their children) from receiving any pointer events, including scroll gestures. As a result, scrolling the pivot dimensions in readonly mode was not possible. To fix this, we removed `pointer-events: none;` from the main container and applied it only to the child elements of the pivot dimensions. Task: 4655830