madmicio / LG-WebOS-Remote-Control

Remote Control for LG TV WebOS
392 stars 74 forks source link

Set box-sizing to border-box to prevent spilling over container #147

Open JeffersonBledsoe opened 2 months ago

JeffersonBledsoe commented 2 months ago

When using this card within some containers (e.g. the new sections view), the remote spills outside of the card div, causing it to overlap with other content. This PR sets box-sizing: border-box so that the padding around the remote is included in it's space calculation, preventing this from happening

Before

Screenshot 2024-04-30 at 3 59 25 pm

After

Screenshot 2024-04-30 at 3 59 48 pm