Skip to content

Commit

Permalink
fixes #2094: mobile screen responsive fixed overflow
Browse files Browse the repository at this point in the history
  • Loading branch information
anuragnegi000 committed Nov 11, 2024
1 parent 2fffd90 commit b38d6ec
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 b38d6ec

Please sign in to comment.