From 8b59399ad02be08d716c80f23c0f73806c789904 Mon Sep 17 00:00:00 2001 From: Jesse Nieminen Date: Wed, 14 Feb 2018 15:18:56 +0200 Subject: [PATCH] Increased z-index to avoid bugs on overlapping elements --- bower.json | 2 +- css/jquery-social-share-bar.css | 1 + package.json | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) 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": {