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 8a4a93e commit 3e2eefcCopy full SHA for 3e2eefc
src/components/slides/swiper/swiper.ts
@@ -897,7 +897,7 @@ function cleanupStyles(s: Slides) {
897
}
898
899
// Container
900
- if(s.container){
+ if (s.container) {
901
removeClass(s.container, s._classNames);
902
s.container.removeAttribute('style');
903
src/components/toolbar/toolbar.ios.scss
@@ -315,8 +315,8 @@ $toolbar-button-ios-strong-font-weight: 600 !default;
315
.back-button-ios {
316
@include margin(0);
317
318
- overflow: visible;
319
z-index: 99;
+ overflow: visible;
320
321
order: map-get($toolbar-order-ios, back-button);
322
0 commit comments