-
Hi, Has someone noticed / fixed a similar behaviour? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
-
Hi, Has someone noticed / fixed a similar behaviour? |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
I probably found the cause of the problem while debugging. I'm using a multi-level dropdown. However, the li elements have the following classes: flex items-center. While debugging the JS code, I noticed that the length of the reference element was not correct, and I also saw that the li element did not have the full width of the parent ul element.
Here you see the wrong positioning after the turbo frame was rerendered
And this is the positioning while debugging the concated popper code.