Skip to content

Commit

Permalink
docs: Add annotation about cdk-scrollable (#4504)
Browse files Browse the repository at this point in the history
  • Loading branch information
JKMarkowski committed Feb 2, 2021
1 parent 36ca0ff commit 02433fe
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@
popover should close all others to prevent multiple layers and collisions of several popovers.
</p>
<p>Fundamental-ngx popovers use the <code>overlay</code> package provided by <a href="https://material.angular.io/cdk/overlay/overview" target="_blank">Angular CDK</a>.</p>
<fd-message-strip [dismissible]="false" type="information">
<b>IMPORTANT</b> If you place Popover inside scrollable container - you need to add <code>cdk-scrollable</code> directive into container
and import <code>ScrollingModule</code> into module.
</fd-message-strip>
</description>
<import module="PopoverModule"></import>

Expand Down

0 comments on commit 02433fe

Please sign in to comment.