more clear comment

This commit is contained in:
Kim, Jimin 2021-07-31 08:50:05 +09:00
parent 39079e4cad
commit c0d730c02d

View file

@ -35,7 +35,7 @@ const StyledContainer = styled.div`
height: 2rem;
padding: 1rem;
/* 20px is for scrollbar */
/* account for 20px scrollbar width */
@media only screen and (min-width: calc(${theming.size
.screen_size2} + 20px)) {
width: calc(${theming.size.screen_size2} - 20px);