Replies: 2 comments 4 replies
|
Hi, Could you please share a stackblitz reproducer so we can identify the issue clearly? |
4 replies
|
It's PrimeVue not PrimeNG. Closing the topic. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
We have a typical (top) header navigation bar where we attach an overlay panel to show user options such as logout, etc.
The header has position 'fixed'.
When scrolling the document page the header nav bar stays fixed as expected, but the overlay panel (when it's open) scrolls out of view. The widget (button) on the header bar that launches the overlay panel is not clickable any more (after panel has scrolled out of view).
Is there a way to retain the panel's position on the nav bar so that it does not scroll out of view?
Many thanks!
All reactions