A TypeScript library for non-standard element selecting — :contains(), :matches-css(), etc., and applying CSS styles with extended properties.
GNU General Public License v3.0
65
stars
9
forks
source link
Extended CSS rules do not work in mobile view set to 'iPad Air/Mini' #161
Closed
AdamWr closed 1 year ago
Steps to reproduce:
devtools
and change to mobile view and set it toiPad Air/Mini
The
div
should be hidden, but rule doesn't work.Screenshot
![image](https://user-images.githubusercontent.com/29142494/213677768-bb3a076f-4836-4f96-b50c-d2a39a826206.png)