Skip to content

Commit

Permalink
PEAR-2021: fix styling for panel (#1185)
Browse files Browse the repository at this point in the history
Co-authored-by: Paribartan Dhakal <[email protected]>
  • Loading branch information
paribartandhakal and Paribartan Dhakal authored Jun 21, 2024
1 parent 7acb840 commit 9f45915
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ const GenesAndMutationFrequencyAnalysisTool: React.FC = () => {
classNames={{
tab: SecondaryTabStyle,
list: "px-2 mt-2 border-0 gap-0",
root: "bg-base-max border-0 w-full overflow-x-clip",
root: "bg-base-max border-0 w-full overflow-x-hidden",
}}
onChange={handleTabChanged}
keepMounted={false}
Expand Down

0 comments on commit 9f45915

Please sign in to comment.