containerClass name - popover
Hi,
First of all, thanks for this beautifull projet.
We are using angular19 and ngx-boostrap v19, withthe popover module.
containerClass input si not working well, because it changes the original classname.
For example, if the classname is "thisIsTheend", it will replace "end" by the calculated position. In result the CSS class "theIsThebottom" is applied.
https://stackblitz.com/edit/stackblitz-starters-izuw7j11?file=src%2Fmain.ts
Thank you,
Hi, thanks!
As for this issue "left, right, top, bottom, end, start" - are reserved words in classname to determine position. We might work this out to not interfere with user classes but for now it's recommended not to use those in user classes