Feature Summary
Currently, text on the dataset page cannot be selected or copied, including key metadata such as the dataset name, file path, and description. Users may need to copy this information for sharing or reference purposes.
Proposed Solution or Design
The root cause is the global * { user-select: none; } rule in styles.scss that disables text selection across the entire platform. The fix is to override this rule for specific metadata fields on the dataset page.
Impact / Priority
(P2)Medium – useful enhancement
Affected Area
No response
Feature Summary
Currently, text on the dataset page cannot be selected or copied, including key metadata such as the dataset name, file path, and description. Users may need to copy this information for sharing or reference purposes.
Proposed Solution or Design
The root cause is the global * { user-select: none; } rule in styles.scss that disables text selection across the entire platform. The fix is to override this rule for specific metadata fields on the dataset page.
Impact / Priority
(P2)Medium – useful enhancement
Affected Area
No response