UX: Shadow of "User Boxes" cut off in grid view

The overflow on the grid responsible for the user boxes has some overflow: hidden defined that is responsible for cutting off the shadows. It´s hard to give more quality feedback/suggestions on this since this seems to be generated CSS. I´ve added the generated code here maybe it helps to pinpoint the issue.

@Tanklet

.portal-css-pxropk {
    position: relative;
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(auto-fill, minmax(248px, 1fr));
    **overflow: hidden;**
    padding: 24px 0px 40px;
}

It can be reported on Github : Sign in to GitHub · GitHub

I am reporting it here because it´s related to MakerWorld and not BambuStudio. If there is a GitHub Repository for MakerWorld I would love to report it there.

Thanks. We will optimize it in the next update.

2 Likes

Gee that was a quick reply from Bambu! Good to see it’s being watched, but a link on MakerWorld and even on the Studio Github page would be even better :slightly_smiling_face: