We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e2d475 commit aae8aceCopy full SHA for aae8ace
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "iknow-entity-browser",
3
- "version": "1.1.3",
+ "version": "1.1.4",
4
"description": "Visualizer for iKnow entities",
5
"main": "gulpfile.babel.js",
6
"scripts": {
src/static/scss/interface.scss
@@ -40,6 +40,7 @@
40
41
#table.active .rightTopIcons {
42
top: 6px;
43
+ z-index: $zIndexInterface - 2;
44
}
45
46
#toolbarIcons {
0 commit comments