future-standard / scorer-ui-kit

SCORER UI Components in react with styled components
Other
6 stars 3 forks source link

Fix overlapping SplitButton when using it on table #473

Closed isacoder closed 1 month ago

isacoder commented 1 month ago

Description

Bug Fix for SplitButton

When the SplitButton is around other split buttons the dropdowns overlap because the z-index is the same. I have updated it so if it's open z-index will be 100 which is the same that other dropdowns in this library

Reviewing/ Testing Steps

Run locally the TablePage in Examples project