Skip to content

Commit

Permalink
fix: slider pagination mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
qradle-yndx committed Nov 25, 2024
1 parent 75d8fba commit c8ef567
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/blocks/Slider/Slider.scss
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,11 @@ $dotSize: 8px;
display: none;
}
}

& #{$dotsCn} {
left: $indentSM;
width: calc(100% - $indentSM);
}
}
}

Expand Down

0 comments on commit c8ef567

Please sign in to comment.