Skip to content

Commit

Permalink
Revert "fix(popover): enable pointer events only for popover content"
Browse files Browse the repository at this point in the history
This reverts commit 58b60b4.
  • Loading branch information
fbasso committed Jun 16, 2021
1 parent 1610f2a commit 94282d2
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/popover/popover.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,6 @@
$arrow-size: 1rem;

ngb-popover-window {
pointer-events: none;

.popover-header,
.popover-body {
pointer-events: auto;
}

&.bs-popover-top > .arrow,
&.bs-popover-bottom > .arrow {
left: 50%;
Expand Down

0 comments on commit 94282d2

Please sign in to comment.