Skip to content
Next Next commit
change the min-height to 100% to make sure all available space is taken
  • Loading branch information
dantovska committed Dec 15, 2025
commit 4349d18b8aca25d48c5d11ad54679c8a1f12e4da
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ import { Col } from 'uiSrc/components/base/layout/flex'
export const ItemsWrapper = styled(Col)`
overflow: auto;
flex: 1;
min-height: 0;
min-height: 100%;
`