Skip to content

Commit 7001541

Browse files
authored
RI-7853: Fix tutorials scroll on database list page
fix(ui): add height constraint to ExplorePanelWrapper for scroll fix (#5311) - Add height: 100% to ExplorePanelWrapper to ensure proper flex container chain - Fixes scroll issue on database list page when tutorials exceed container height - Maintains height constraint chain from PageWrapper to side panels Fixes #RI-7853
1 parent e9ea682 commit 7001541

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

redisinsight/ui/src/templates/home-page-template/HomePageTemplate.styles.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,5 @@ export const PageWrapper = styled.div`
2222

2323
export const ExplorePanelWrapper = styled.div`
2424
padding-bottom: ${({ theme }: { theme: Theme }) => theme.core.space.space200};
25+
height: 100%;
2526
`

0 commit comments

Comments
 (0)