Skip to content

Commit bda5795

Browse files
fix navigation style
1 parent 17951d5 commit bda5795

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/component/navigationBar/navigationBar.module.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,16 @@
88
box-shadow: 0px -2px 10px 0px #1d1f2226;
99
display: flex;
1010
padding: 0 20px;
11-
z-index: 10;
11+
z-index: 100;
1212
.navigationItem {
1313
flex: 1;
1414
display: flex;
1515
justify-content: center;
1616
align-items: center;
1717
flex-direction: column;
1818
position: relative;
19-
.icon{
20-
margin-bottom: 8px;
19+
.icon {
20+
margin-bottom: 8px;
2121
}
2222
.cartImage {
2323
width: 66px;

0 commit comments

Comments
 (0)