Skip to content

Commit

Permalink
Avoid .slide-overlay to have 0px height in Safari
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanvermeyen committed Aug 25, 2017
1 parent 4608413 commit aaf0784
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "codezero-jquery-slider",
"version": "1.0.2",
"version": "1.0.3",
"description": "Responsive jQuery Slider",
"main": "src/js/slider.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion public/css/slider.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion src/scss/_slide.scss
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
justify-content: $slide-vertical-align;
align-items: $slide-horizontal-align;
width: 100%;
height: 100%;
background: $slide-background-overlay;
}

Expand Down

0 comments on commit aaf0784

Please sign in to comment.