We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c60508 commit 08d83f3Copy full SHA for 08d83f3
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "iknow-entity-browser",
3
- "version": "0.9.5",
+ "version": "0.9.6",
4
"description": "Visualizer for iKnow entities",
5
"main": "gulpfile.babel.js",
6
"scripts": {
src/static/scss/interface.scss
@@ -38,6 +38,7 @@
38
}
39
40
#toolbarIcons {
41
+
42
position: absolute;
43
right: 100%;
44
bottom: 0;
@@ -46,4 +47,10 @@
46
47
overflow: visible;
48
min-width: 30px;
49
@include transition($defaultTransition);
50
+ @include pointer-events(none);
51
52
+ > * {
53
+ @include pointer-events(all);
54
+ }
55
56
0 commit comments