rdkcentral / Lightning-UI-Components

Lightning UI Components

Home Page:https://rdkcentral.github.io/Lightning-UI-Components

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bug: Column items shouldn't display outside of the column area

edatencio-velope opened this issue · comments

Hello,

I updated our project to the latest version of this repo and noticed the column items are being rendered outside its area.

If I move the column near the bottom edge of the screen, the items before the current index overlap with other components instead of hiding away.

This bug is not present on commit 0e0c303. I have not verified if the row has the same problem.

Can you set clip: true on the column component - that should hide overflow

Can you set clip: true on the column component - that should hide overflow

I tried your solution, but it didn't work 😕

Sorry - It should be clipping: true

That does the trick, thank you! 😁