Skip to content

Commit e1d5c24

Browse files
committed
feat(ANGULAR17): fixes stylelint issue
1 parent 4c6d097 commit e1d5c24

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/app/modules/shared/components/sidebar/sidebar.component.scss

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@
1111
bottom: 0;
1212
left: 0;
1313
z-index: $z-index-sidebar;
14-
overflow-x: hidden;
15-
overflow-y: auto;
14+
overflow: hidden auto;
1615
background: $white;
1716
border-radius: 0.375rem;
1817
box-shadow: $section-box-shadow;

0 commit comments

Comments
 (0)