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

Empty context menu still displays padding, instead nothing should be displayed #1

Open
lschirmbrand opened this issue Jun 21, 2023 · 0 comments

Comments

@lschirmbrand
Copy link
Collaborator

image

Should be easy to fix. Css selector for the ul in the context menu already exists. New selector could be added like so:

  contextmenu>ul:has(*) {
      padding: xyz;
  }
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