Skip to content

Commit

Permalink
fixes #2094: mobile screen responsive fixed overflow (#2426)
Browse files Browse the repository at this point in the history
  • Loading branch information
anuragnegi000 authored Nov 11, 2024
1 parent 626fe45 commit 8bfaf51
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -412,8 +412,8 @@ function organizationActionItems(): JSX.Element {
<Search />
</Button>
</div>
<div className="d-flex gap-3 mb-1">
<div className="d-flex justify-space-between align-items-center gap-3">
<div className="md:d-flex gap-3 mb-1 overflow-auto">
<div className="d-flex justify-space-between align-items-center gap-3 overflow-y-auto">
<Dropdown>
<Dropdown.Toggle
variant="success"
Expand Down

0 comments on commit 8bfaf51

Please sign in to comment.