Skip to content

Commit

Permalink
fix select dropdown overflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Ashesh3 committed Jul 1, 2023
1 parent d383ef0 commit f1b8d39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Components/Facility/Investigations/Table.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ export const TestTable = ({ title, data, state, dispatch }: any) => {
onChange={(e) => setSearchFilter(e.value)}
/>
<br />
<div className="shadow border-b border-gray-200 sm:rounded-lg overflow-x-scroll">
<div className="shadow border-b border-gray-200 sm:rounded-lg overflow-x-scroll sm:overflow-x-visible">
<table className="min-w-full divide-y divide-gray-200">
<thead className="bg-gray-50">
<tr>
Expand Down

0 comments on commit f1b8d39

Please sign in to comment.