keep-around/613c224ecaa7e53247eddeed555f1bf5ae7a3e05
parent
a98d73e67a
commit
fc47a9955f
@ -1,7 +1,13 @@ |
||||
import styled from 'styled-components' |
||||
import styled from 'styled-components/macro' |
||||
import { customScrollbar } from 'features/Common' |
||||
|
||||
export const MatchesWrapper = styled.div` |
||||
overflow-y: scroll; |
||||
max-height: calc(100vh - 170px); |
||||
|
||||
> :not(:last-child) { |
||||
margin-bottom: 15px; |
||||
} |
||||
|
||||
${customScrollbar} |
||||
` |
||||
|
||||
Loading…
Reference in new issue