Replies: 1 comment 1 reply
-
A few issues:
|
Beta Was this translation helpful? Give feedback.
1 reply
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.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to do the following with alpine and tailwind:
Detect the height of an element whose height is dynamic and add a class to another element that's set to screen height minus header height
Detect the height of an element whose - Working
Store the height as a css variable and class - Not working
Add that class to another element - Working
This is what I've managed so far that gets me closest, but the css var isn't working. Tested without the var and it's ok. Any clues?
Beta Was this translation helpful? Give feedback.
All reactions