stechstudio / filament-impersonate

Filament plugin that makes it easy to impersonate your users
271 stars 55 forks source link

Banner hidden by my navbar #69

Closed peterfoers closed 9 months ago

peterfoers commented 9 months ago

I have a navbar on the page that is fixed to the top. When impersonating someone, the impersonate::banner is also fixed to the top and behind the navbar. How can I make it appear below my navbar?

I tried assigning a style of top: 60px;, but that didn't work.

Thanks!

peterfoers commented 9 months ago

OK, I found the FILAMENT_IMPERSONATE_BANNER_POSITION env variable. Setting it to bottom solves my problem.