Skip to content

Commit e8bfd95

Browse files
Merge pull request #3477 from AmirAliAzimloo/bugfix/menu
fix: enforce menu-background color to override inherited styles
2 parents 84ff902 + 330e5c6 commit e8bfd95

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app/homepage/menu/menu.component.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
padding: 90px 17px 40px 24px;
1010
width: 250px;
11-
background: var(--menu-background);
11+
background: var(--menu-background) !important;
1212
position: fixed !important;
1313
bottom: 0;
1414
top: 0;

0 commit comments

Comments
 (0)