Skip to content

Commit

Permalink
Increased z-index to avoid bugs on overlapping elements
Browse files Browse the repository at this point in the history
  • Loading branch information
jessenieminen committed Feb 14, 2018
1 parent 4167b4b commit 8b59399
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "jquery-social-share-bar",
"description": "A simple but beautiful jQuery plugin for easily adding a floating social sharing bar to your site.",
"version": "1.1.1",
"version": "1.1.2",
"main": "index.html",
"authors": [
"Jesse Nieminen"
Expand Down
1 change: 1 addition & 0 deletions css/jquery-social-share-bar.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
position: fixed;
top: 50%;
transform: translateY(-50%);
z-index: 9999;
}

.sharing-providers {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "jquery-social-share-bar",
"title": "jquery-social-share-bar",
"version": "1.1.1",
"version": "1.1.2",
"description": "A simple but beautiful jQuery plugin for easily adding a floating social sharing bar to your site.",
"main": "index.html",
"scripts": {
Expand Down

0 comments on commit 8b59399

Please sign in to comment.