Skip to content
Discussion options

You must be logged in to vote

By creating a custom remote element, you overwrite the original one. When you do this through the UI, it copies the default config to the custom one when you name it. But it looks like your custom touchpad config does not have any actions defined so it is configured to do nothing when you interact with it. The styles are correct otherwise.

You can also style individual elements without creating custom remote elements for them using the part pseudo-element in general styles.

#touchpad::part(toucharea) {
  height: 600px;
}

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Ev1l-Zer0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants