fix(ligo-virgo): icons page scroll

This commit is contained in:
alt1o
2022-07-28 19:01:54 +08:00
parent fbce0e11dc
commit d1368ad62e
@@ -46,6 +46,8 @@ export const Icons: FC = () => {
};
const Container = styled('div')({
height: '100vh',
overflow: 'auto',
color: '#98ACBD',
padding: '20px',
});