You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(usePress): add global touch-action style for pressable elements (#8200)
* add global touch-action style for pressable elements
* remove :where()
* add comment back
* add story to test
* check viewport meta tag
* update story
* move constant
* const for data attribute
* remove meta viewport check
data: 'When usePress is used on the page, there should be a <style> tag placed in the head of the document that applies touch-action: pan-x pan-y pinch-zoom to the [data-react-aria-pressable] elements.'
0 commit comments