Skip to content

Commit

Permalink
Merge pull request #55 from ManoMarks/hover
Browse files Browse the repository at this point in the history
Adjusting CSS so that node-meta has a hover
  • Loading branch information
Mano Marks committed Jan 30, 2017
2 parents 81912b2 + 4e3dda8 commit 784f670
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/vis-physical/styles.less
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,14 @@
top: -1px;
}
}
.node-meta:hover{
width:auto;
text-align: left;
background-color:white;
overflow:visible;
z-index:500;
position:absolute;
}

.node-content{
padding: 0 10px;
Expand Down

0 comments on commit 784f670

Please sign in to comment.