Skip to content

Commit 7a15cd4

Browse files
authored
style: add overflow for navigation list (#1366)
1 parent 71613e7 commit 7a15cd4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

projects/components/src/navigation/navigation-list.component.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
height: 100%;
1111
width: 100%;
1212
justify-content: space-between;
13+
overflow-y: auto;
1314

1415
.content {
1516
.nav-header {

0 commit comments

Comments
 (0)