Skip to content

Instantly share code, notes, and snippets.

@tomcritchlow
Created May 10, 2016 22:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tomcritchlow/ec36371f80ceaa1fab73f7d1db539f7e to your computer and use it in GitHub Desktop.
Save tomcritchlow/ec36371f80ceaa1fab73f7d1db539f7e to your computer and use it in GitHub Desktop.
.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;
}
@tomcritchlow
Copy link
Author

@sebasoffia
Copy link

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