Replies: 2 comments 1 reply
-
I managed to make it work that way, but I find it curious not to be able to do it using the properties.
|
Beta Was this translation helpful? Give feedback.
1 reply
-
There are no onAttrUpdate() {
this.el.style.minHeight = '...';
} |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I have a component called container, and I need it to have a min-height only inside the grapes, I tried to add it inside the component definition inside view{} but it seems to ignore any way I try to do that.

How I'm trying (I've tried to keep only one of the solutions, it doesn't work, example listing everything I've tried):
How it renders the component inside grapes:

Beta Was this translation helpful? Give feedback.
All reactions