-
Notifications
You must be signed in to change notification settings - Fork 4.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TieredMenu Submenus do not display within viewport #13929
Comments
Related issue : #12541 |
This was working in version 15! |
Hi @shawnss! I was facing the same issue, so I tried some CSS changes, based on the CSS of the component here on GitHub. Even trying, I couldn't easily apply this to my project, so I implemented the same rule of the CSS code ( I think that the issue needs to be resolved, but this can be used as a workaround now. If someone tries to fix it, this CSS class is a good starting point to solve this issue. Thanks! |
Salut @shawnss comment vous avez résolut le problème, la class que vous avez implimentez s.v.p |
Hey @AliHamrouni, in my case, I have added globally the following CSS style:
It works fine as a temporary troubleshooting since this CSS inverts the side where the submenu appears. |
merci !! @shawnss |
We are experiencing the same problem. This should be fixed, the workaround is just that. |
Describe the bug
When tiered menu is on the far right side of page the submenus do not automatically display on the left. This was working correctly in Prime NG version 15 (https://stackblitz.com/edit/a2runv?file=src%2Fapp%2Fdemo%2Ftiered-menu-popup-demo.html).
Environment
Windows
Reproducer
https://stackblitz.com/edit/oje4xw?file=src%2Fapp%2Fdemo%2Ftiered-menu-popup-demo.html
Angular version
16.x
PrimeNG version
16.x
Build / Runtime
Angular CLI App
Language
TypeScript
Node version (for AoT issues node --version)
16.14.2
Browser(s)
No response
Steps to reproduce the behavior
No response
Expected behavior
No response
The text was updated successfully, but these errors were encountered: