Web:Common:Components: add padding-bottom for scroll-body of info-panel

This commit is contained in:
Timofey Boyko 2022-04-22 19:31:28 +03:00
parent 40bcecc297
commit f182ab8576

View File

@ -48,6 +48,10 @@ const StyledInfoPanel = styled.div`
display: flex;
flex-direction: column;
.scroll-body {
padding-bottom: 20px;
}
@media ${tablet} {
position: absolute;
border: none;