We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17951d5 commit bda5795Copy full SHA for bda5795
src/component/navigationBar/navigationBar.module.scss
@@ -8,16 +8,16 @@
8
box-shadow: 0px -2px 10px 0px #1d1f2226;
9
display: flex;
10
padding: 0 20px;
11
- z-index: 10;
+ z-index: 100;
12
.navigationItem {
13
flex: 1;
14
15
justify-content: center;
16
align-items: center;
17
flex-direction: column;
18
position: relative;
19
- .icon{
20
- margin-bottom: 8px;
+ .icon {
+ margin-bottom: 8px;
21
}
22
.cartImage {
23
width: 66px;
0 commit comments