Skip to content

Commit 22b328a

Browse files
authored
Merge pull request DSpace#4505 from GauravD2t/Search_sidebar_overflows
given height and scroll on search sidebar in mobile view
2 parents 4110d93 + 84fbc28 commit 22b328a

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/app/shared/sidebar/page-with-sidebar.component.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@
3737
position: absolute;
3838
top: 0;
3939
width: 100%;
40+
height: 100%;
41+
overflow: auto;
4042
background-color: var(--bs-body-bg)
4143
}
4244
}

0 commit comments

Comments
 (0)