mirror of
https://github.com/filecoin-project/slate.git
synced 2024-11-30 02:12:38 +03:00
feat(Filter/Sidebar): fix overflow
This commit is contained in:
parent
5233b5c056
commit
f86bb5b8ab
@ -46,9 +46,9 @@ const STYLES_SIDEBAR_FILTER_WRAPPER = (theme) => css`
|
||||
position: sticky;
|
||||
top: ${theme.sizes.header + theme.sizes.filterNavbar}px;
|
||||
width: 236px;
|
||||
height: 100vh;
|
||||
max-height: calc(100vh - ${theme.sizes.header + theme.sizes.filterNavbar}px);
|
||||
padding: 20px;
|
||||
overflow-y: auto;
|
||||
padding: 20px 24px;
|
||||
background-color: ${theme.semantic.bgLight};
|
||||
|
||||
@media (max-width: ${theme.sizes.mobile}px) {
|
||||
|
Loading…
Reference in New Issue
Block a user