Skip to content

Commit

Permalink
fix bulk toolbar taking full width and constraining clicks on element…
Browse files Browse the repository at this point in the history
…s it overlays
  • Loading branch information
amitraj2203 committed Jun 5, 2024
1 parent 2559191 commit 6ee4874
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/dataviews/src/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -897,7 +897,9 @@
flex-direction: column;
align-content: center;
flex-wrap: wrap;
width: 100%;
width: fit-content;
margin-left: auto;
margin-right: auto;
bottom: $grid-unit-30;
z-index: z-index(".dataviews-bulk-actions");

Expand Down

0 comments on commit 6ee4874

Please sign in to comment.