Skip to content

Commit aae8ace

Browse files
Visual z-index fix when hovering over close table icon
1 parent 7e2d475 commit aae8ace

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "iknow-entity-browser",
3-
"version": "1.1.3",
3+
"version": "1.1.4",
44
"description": "Visualizer for iKnow entities",
55
"main": "gulpfile.babel.js",
66
"scripts": {

src/static/scss/interface.scss

+1
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040

4141
#table.active .rightTopIcons {
4242
top: 6px;
43+
z-index: $zIndexInterface - 2;
4344
}
4445

4546
#toolbarIcons {

0 commit comments

Comments
 (0)