Skip to content

Commit

Permalink
Visual z-index fix when hovering over close table icon
Browse files Browse the repository at this point in the history
  • Loading branch information
nikitaeverywhere committed Apr 17, 2017
1 parent 7e2d475 commit aae8ace
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iknow-entity-browser",
"version": "1.1.3",
"version": "1.1.4",
"description": "Visualizer for iKnow entities",
"main": "gulpfile.babel.js",
"scripts": {
Expand Down
1 change: 1 addition & 0 deletions src/static/scss/interface.scss
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@

#table.active .rightTopIcons {
top: 6px;
z-index: $zIndexInterface - 2;
}

#toolbarIcons {
Expand Down

0 comments on commit aae8ace

Please sign in to comment.