Skip to content

Commit

Permalink
fix positioning of the bulk edit widget
Browse files Browse the repository at this point in the history
  • Loading branch information
blackforestboi committed Feb 27, 2024
1 parent 29dc85a commit 2888e38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bulk-edit/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ export default class BulkEditWidget extends StatefulUIElement<
const BulkEditWidgetContainer = styled.div<{
bulkDeleteLoadingState: UITaskState
}>`
position: fixed;
position: absolute;
bottom: 0;
height: 44px;
background-color: ${(props) => props.theme.colors.black}80;
Expand Down

0 comments on commit 2888e38

Please sign in to comment.