-
Notifications
You must be signed in to change notification settings - Fork 13.4k
bug: multiple components break when using CSS zoom #31061
Copy link
Copy link
Open
Labels
Description
Prerequisites
- I have read the Contributing Guidelines.
- I agree to follow the Code of Conduct.
- I have searched for existing issues that already report this problem, without success.
Ionic Framework Version
v8.x
Current Behavior
Using CSS zoom breaks dragging in ion-range and also ion-reorder (is it called that way?)
Expected Behavior
Drag handling should be consistent if someone were to use CSS zoom in html or body CSS selectors.
Steps to Reproduce
- Use ion-range or ion-list-reorder
- Use zoom: 1.5 on or
Code Reproduction URL
//
Ionic Info
I don't have Ionic CLI
Additional Information
We could make this into a tracking issue for any/all cases in which zoom: breaks Ionic
Reactions are currently unavailable