drodil / backstage-plugin-toolbox

Most commonly used developer tools within Backstage
MIT License
47 stars 25 forks source link

CSS issue in the container #22

Closed antoniobergas closed 1 year ago

antoniobergas commented 1 year ago

Hi! I'm testing your plugin for Backstage and I have and issue with the container of the tools.

In theory should be on top of the page near the tools sidebar but I have it always at the very bottom after the sidebar of the tools.

image

Looks like some css property not working good. I played around with the flex-wrap property to non-wrap in the browser and It looks like the issue gones after that change but not really sure if that its the problem.

image

This only happens to me when full screen (1920x1080 right now) if you make smaller the browser the issue not appears

Can you please try to see if you can reproduce it? I will love to have your plugin showing correctly and use it , thank you so much!

drodil commented 1 year ago

Thanks for the bug report, I will take a look at this at some point!

antoniobergas commented 1 year ago

thanks a lot! I will try it :)