Telegram-Mini-Apps / TelegramUI

React components library for Telegram Mini Apps inspired by Telegram interface
https://ton.org/mini-apps
MIT License
446 stars 35 forks source link

Cell UI Bug #27

Closed wishyoudie closed 4 months ago

wishyoudie commented 6 months ago

Single-cell sections have a hover bug, where it displays as last child.

Normal state:

image

Hover state:

image

Code used:

<List>
      <Section header="Recent Transactions">
        <Cell>asd</Cell>
      </Section>
</List>
uicodee commented 5 months ago

I have same issue