Skip to content

Commit a2a1577

Browse files
committed
StudentSolutionsPage: не показывать скролл для нескольких задач
1 parent eba6918 commit a2a1577

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hwproj.front/src/components/Solutions/StudentSolutionsPage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ const StudentSolutionsPage: FC = () => {
269269
<div className={"container"} style={{marginBottom: '50px', marginTop: '15px'}}>
270270
<Grid container direction={"column"} justifyContent="center" alignContent={"stretch"} spacing={2}>
271271
<Grid item container>
272-
<Stack direction={"row"} spacing={1}
272+
<Stack direction={"row"} spacing={1} minWidth={"100%"}
273273
style={{overflowY: "hidden", overflowX: "auto", minHeight: 80}}>
274274
{taskSolutionsStats!.map((t, index) => {
275275
const isCurrent = versionsOfCurrentTask.includes(t.taskId!)

0 commit comments

Comments
 (0)