Skip to content

Commit 74f08f6

Browse files
DrewManleySbethmtiffanynchaujackyuan1CedarCooper
committed
styling
Co-authored-by: Sarah Moosa <[email protected]> Co-authored-by: Tiffany Chau <[email protected]> Co-authored-by: Jack Yuan <[email protected]> Co-authored-by: Cedar Cooper <[email protected]>
1 parent 43acb0e commit 74f08f6

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/components/css/styles.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ ul {
101101
max-height: 800px;
102102
display: flex;
103103
flex-wrap: wrap;
104+
overflow-y: auto;
104105
}
105106

106107
.viewsAndButton {

src/components/tabs/ContainersUser.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ import React from 'react';
33
import { Chart } from 'react-chartjs-2';
44
import ToggleDisplay from '../display/ToggleDisplay';
55
import { ContainerProps, ContainerType, ChartInfoType } from '../../../types';
6-
import { ImageList } from '@mui/material';
76
/**
87
* Display all running and stopped containers
98
*

0 commit comments

Comments
 (0)