Search code examples
htmlcsspopoverng-bootstrap

NG Bootstrap Popover is not shown properly on tables


I am using popover of ngbootstrap on tables items click.

tables css:

{
    position: relative;
    overflow: scroll;
}

because I need to scroll on Y axis.

but the popover is not showed all ( I tried to put it on top also but same )


Solution

  • Are you trying to override bootstrap CSS? If yes, try overflow: scroll !important; to see if it does take change. It is not the most recommended way but you can have a workaround.