Skip to content

Commit

Permalink
Merge ea22e03 into 7da9a27
Browse files Browse the repository at this point in the history
  • Loading branch information
alan-wu committed Sep 2, 2019
2 parents 7da9a27 + ea22e03 commit 3336301
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 14 deletions.
18 changes: 9 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "physiomeportal",
"version": "0.4.4",
"version": "0.4.5",
"description": "Physiome Portal",
"main": "build/physiomeportal.js",
"files": [
Expand Down Expand Up @@ -64,6 +64,6 @@
"polyfill-array-includes": "^2.0.0",
"query-string": "^5.1.1",
"webpack-jquery-ui": "^2.0.1",
"zincjs": "^0.31.3"
"zincjs": "^0.31.4"
}
}
8 changes: 5 additions & 3 deletions src/styles/tooltip.css
Original file line number Diff line number Diff line change
Expand Up @@ -25,18 +25,20 @@
position: absolute;
z-index: 1;
bottom: 125%;
margin-left: -25px;
margin-left: -30px;
min-width:60px;
opacity: 0;
transition: opacity 1s;
pointer-events: none;
white-space: nowrap;
}

.mptooltip .mptooltiptext::after {
content: "";
position: absolute;
top: 100%;
left: 50%;
margin-left: -5px;
left: 0%;
margin-left: 25px;
border-width: 5px;
border-style: solid;
border-color: #2b7ccc transparent transparent transparent;
Expand Down

0 comments on commit 3336301

Please sign in to comment.