ngx-rocket / generator-ngx-rocket

:rocket: Extensible Angular 14+ enterprise-grade project generator
https://ngx-rocket.github.io/
MIT License
1.53k stars 217 forks source link

generate bootstrap header dropdown give page more than 100% #488

Closed Paul75 closed 5 years ago

Paul75 commented 5 years ago

I'm submitting a...

Minimal reproduction of the problem with instructions

Only cleate new project and bootrap choice and launch it.

When launch and start page in header the right element with dropdown, when I pass cursor into dropdown it open bug take page more than 100% and got scroll horizontally....

thanks

sinedied commented 5 years ago

Indeed, ng-bootstrap updated its API and now the dropdown needs an additional display="dynamic" property to automatically adapt the position. It will be fixed in next patch release

Paul75 commented 5 years ago

Thanks :)

Paul75 commented 2 years ago

Hello, I see is not updated .... ?

sinedied commented 2 years ago

Hi @Paul75, we used another workaround to fix the initial issue as using "dynamic" didn't worked well at the time. Maybe it's time to reconsider?

Paul75 commented 1 year ago

Hello,

For me display="dynamic" works ....

@sinedied and is what ?