10000
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.
2 parents ec358de + 9cd8f82 commit 93bb86dCopy full SHA for 93bb86d
src/components/navigation/navigation.less
@@ -22,7 +22,7 @@
22
top: 50%;
23
width: calc(var(--swiper-navigation-size) / 44 * 27);
24
height: var(--swiper-navigation-size);
25
- margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
+ margin-top: calc(0 - (var(--swiper-navigation-size) / 2));
26
z-index: 10;
27
cursor: pointer;
28
display: flex;
src/components/navigation/navigation.scss
@@ -12,7 +12,7 @@
12
13
14
15
16
17
18
0 commit comments