Skip to content

Commit

Permalink
feat: change swiper container overflow to clip (#6738)
Browse files Browse the repository at this point in the history
* Update core.scss

* Update core.less
  • Loading branch information
Lucien950 authored Jun 22, 2023
1 parent ed51dbb commit a8447b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/core/core.less
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ swiper-container {
margin-left: auto;
margin-right: auto;
position: relative;
overflow: hidden;
overflow: clip;
list-style: none;
padding: 0;
/* Fix of Webkit flickering */
Expand Down
2 changes: 1 addition & 1 deletion src/core/core.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ swiper-container {
margin-left: auto;
margin-right: auto;
position: relative;
overflow: hidden;
overflow: clip;
list-style: none;
padding: 0;
/* Fix of Webkit flickering */
Expand Down

0 comments on commit a8447b7

Please sign in to comment.