diff --git a/bower.json b/bower.json index fb95ff4..202fa14 100644 --- a/bower.json +++ b/bower.json @@ -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" diff --git a/css/jquery-social-share-bar.css b/css/jquery-social-share-bar.css index 83d72de..6d1077e 100755 --- a/css/jquery-social-share-bar.css +++ b/css/jquery-social-share-bar.css @@ -3,6 +3,7 @@ position: fixed; top: 50%; transform: translateY(-50%); + z-index: 9999; } .sharing-providers { diff --git a/package.json b/package.json index 65f1013..0697a21 100644 --- a/package.json +++ b/package.json @@ -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": {