Skip to content

Commit 6a1adbc

Browse files
SOF-1421 Items not displaying correctly on sidebar
1 parent c6fc15e commit 6a1adbc

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

packages/openbridge-webcomponents/src/components/navigation-menu/navigation-menu.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
.wrapper {
22
display: flex;
33
flex-direction: column;
4-
justify-content: center;
4+
justify-content: flex-start;
55
height: 100%;
66
width: 320px;
7+
overflow-y: auto;
78

89
background: var(--container-global-color, #FCFCFC);
910

0 commit comments

Comments
 (0)