I am using React and Aphrodite. I need to get the height of a fixed element in order to position it properly. Because I cannot know when Aphrodite styles are rendered, I can't use javascript to get the height of my element. Is there any way to capture height after Aphrodite styles have been applied to an element?
I am using React and Aphrodite. I need to get the height of a fixed element in order to position it properly. Because I cannot know when Aphrodite styles are rendered, I can't use javascript to get the height of my element. Is there any way to capture height after Aphrodite styles have been applied to an element?