Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

inert attribute remedy? #87

Open
Malvoz opened this issue Mar 23, 2022 · 1 comment
Open

inert attribute remedy? #87

Malvoz opened this issue Mar 23, 2022 · 1 comment

Comments

@Malvoz
Copy link
Contributor

Malvoz commented Mar 23, 2022

See WICG/inert#180 for background.

I.e. something along the lines of:

[inert] {
  cursor: default !important;
  pointer-events: none !important;
}

[inert], [inert] * {
overflow: hidden !important; /* (https://github.com/WICG/inert/pull/33) */
-webkit-user-modify: read-only !important;
   -moz-user-modify: read-only !important;
        user-modify: read-only !important;
-webkit-user-select: none !important;
   -moz-user-select: none !important;
    -ms-user-select: none !important;
        user-select: none !important;
}
@Malvoz
Copy link
Contributor Author

Malvoz commented Mar 23, 2022

Similar to #71.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant