Compact widget tooltip display under page content
fbourigault opened this issue · 1 comments
fbourigault commented
When using the compact TreeSelectType
inside a sonata admin form, the tooltip is displayed under groups title:
IMHO, it's not about this bundle to care about every display case but, I think there are two solutions:
- Have sonata integration bundle override the template to fix the issue
- Provide in this bundle a bootstrap3 template as Symfony ship those templates.
wouterj commented
Have sonata integration bundle override the template to fix the issue
👍 Worked on this this weekend (it's the reason behind the usage of all the blocks in the template shipped with this bundle). Will try to finish it somewhere soon.
However, adding a high z-index to the default template is never a bad idea :)