Created
May 10, 2016 22:42
-
-
Save tomcritchlow/ec36371f80ceaa1fab73f7d1db539f7e to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.fbmessenger{ | |
position:fixed; | |
bottom:15px; | |
right:15px; | |
z-index:15; | |
} | |
.fbmessenger img{ | |
width:50px; | |
filter: drop-shadow(2px 6px 4px rgba(0,0,0,.3)); | |
-webkit-filter: drop-shadow(2px 6px 4px rgba(0,0,0,.3)); | |
} | |
.tooltiptext { | |
width: 120px; | |
background-color: white; | |
color:#2c2c2c; ; | |
text-align: center; | |
padding: 5px 0; | |
border:1px solid #eeeeee; | |
border-radius: 6px; | |
position: fixed; | |
bottom:30px; | |
right:75px; | |
font-family:'abel'; | |
text-transform:uppercase; | |
filter: drop-shadow(2px 6px 4px rgba(0,0,0,.3)); | |
-webkit-filter: drop-shadow(2px 6px 4px rgba(0,0,0,.3)); | |
} | |
.tooltiptext:after { | |
content: ""; | |
position: absolute; | |
top: 50%; | |
left: 100%; | |
margin-top: -5px; | |
border-width: 5px; | |
border-style: solid; | |
border-color: transparent transparent transparent #eeeeee; | |
} |
Just testing and it works awesome! But either when I change the page URL, stills appears the old page. Great work guys!
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For more context see here: http://tomcritchlow.com/2016/05/10/facebook-livechat/