icflorescu / mantine-datatable

The table component for your Mantine data-rich applications, supporting asynchronous data loading, column sorting, custom cell data rendering, context menus, nesting, Gmail-style batch row selection, dark theme, and more.
https://icflorescu.github.io/mantine-datatable/
MIT License
950 stars 68 forks source link

Arrow visible in records per page component #520

Closed bastiengrignon closed 10 months ago

bastiengrignon commented 10 months ago

Describe the bug A clear and concise description of what the bug is.

To Reproduce Steps to reproduce the behavior:

  1. Go to this example
  2. Click on 'Records per page selector'
  3. Select the first option
  4. See the other part of the arrow that should not be visible.

Expected behavior We shouldn't see this part of the arrow

Screenshots Screen at 01-19-2024_14:58:58

Desktop (please complete the following information):

icflorescu commented 10 months ago

Well spotted, you must have really good eyesight and attention to details :-)

Looks like this actually comes from Mantine, but it should be fixable with a simple z-index patch.

Will fix it in the next version in a couple of days. Thanks!

bastiengrignon commented 10 months ago

Ahah maybe I spent to much time looking at this component while fix other issues :laughing:

Nice thanks for the information