Replies: 2 comments
-
I unfortunately can't reproduce. Mind making a codepen? https://codepen.io/paramagicdev/pen/raBNWqv?editors=1100 As for "css impacting placement", im fairly confident the reason is that |
Beta Was this translation helpful? Give feedback.
-
I forgot to mention something, and it is important... Part of the code is embedded in a drawer. There is the same code inside and outside the drawer. By default, the tooltip is on the top. If there is not enough space, it's on the bottom. This is the case in the left part of the codepen (ie outside drawer), expected behavior. |
Beta Was this translation helpful? Give feedback.
-
Hi,
just for information, I got a strange behavior with SlTooltip.
I declare some SlTooltips , all with hoist attributes and try to change css.
Here's my css code :
This works nice.
If I add a backdrop filter, placement fails:
backdrop-filter: blur(3px);
This is a bug, ok, not really a major one for sure. I've read the Note about placement in the doc, but it is strange that this css impacts the placement.
Beta Was this translation helpful? Give feedback.
All reactions