overflow:hidden added

This commit is contained in:
Alisan26 2018-09-24 23:08:21 +03:00
parent 0e3796a528
commit 00f909088b

View File

@ -52,7 +52,8 @@ export default class CircularProgress extends React.PureComponent {
height: offset,
borderRadius: offset / 2,
alignItems: 'center',
justifyContent: 'center'
justifyContent: 'center',
overflow: 'hidden'
};
return (