Skip to content
Snippets Groups Projects
Commit 7a0f8f36 authored by ali asaria's avatar ali asaria
Browse files

fix/scroll-gpu-card

parent 36505e2f
No related branches found
No related tags found
No related merge requests found
...@@ -46,7 +46,7 @@ import { FaPython } from 'react-icons/fa'; ...@@ -46,7 +46,7 @@ import { FaPython } from 'react-icons/fa';
function ComputerCard({ children, title, description = '', chip = '', icon }) { function ComputerCard({ children, title, description = '', chip = '', icon }) {
return ( return (
<Card variant="soft"> <Card variant="soft" sx={{ maxHeight: '400px', overflowY: 'auto' }}>
<CardContent> <CardContent>
<Typography level="title-lg" startDecorator={icon}> <Typography level="title-lg" startDecorator={icon}>
{title} {title}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment