Solidjs popover component not working as expected #1907
-
I am trying to use the However I am noticing that a few part of the component is not behaving as expected. For example the positioning and the arrow functionality is not working. Upon investigating I found the component uses some CSS variables and the value for those CSS variable is not set. An example I am using this to build a chrome extension. However if I try this setup in a codesandbox project it works perfectly fine. Can anyone give any hints on might be causing these variables from not being set ? Just some information I am using tailwind also and there is no issue with tailwind variables. I have verified its not like that variables are getting overwritten, its more of its not defined / set. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
It's a bit hard to tell from the outside but I think it could be related to the underlying DOM. |
Beta Was this translation helpful? Give feedback.
@shirshendubhowmick
It's a bit hard to tell from the outside but I think it could be related to the underlying DOM.
We have a component called Envirionment that you could give a shot