Tuesday, April 15, 2025
1 change · saas-18.1
Resolved issues and error corrections
Users viewing spreadsheets in readonly mode can now scroll through pivot dimensions in the side panel. This fixes a usability issue that prevented people from seeing all available pivot details without edit access.
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