diff --git a/package.json b/package.json index 47fc268..bd9cd22 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iknow-entity-browser", - "version": "0.9.6", + "version": "0.9.7", "description": "Visualizer for iKnow entities", "main": "gulpfile.babel.js", "scripts": { diff --git a/src/static/scss/tabular.scss b/src/static/scss/tabular.scss index 53afe95..28cff06 100644 --- a/src/static/scss/tabular.scss +++ b/src/static/scss/tabular.scss @@ -13,12 +13,12 @@ $headerHeight: 36px; box-sizing: border-box; background: white; overflow: visible; - box-shadow: $defaultShadow; z-index: $zIndexInterface - 1; @include transition($defaultTransition); @include transform(translate(100%,0)); &.active { @include transform(translate(0,0)); + box-shadow: $defaultShadow; } > .controls { @@ -70,6 +70,7 @@ $headerHeight: 36px; &:last-child { border-left: none; + min-width: 27px; } &:nth-last-child(2) {