Skip to content

Commit 08d83f3

Browse files
Bottom toolbar pointer events improvement
1 parent 3c60508 commit 08d83f3

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

package.json

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

src/static/scss/interface.scss

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
}
3939

4040
#toolbarIcons {
41+
4142
position: absolute;
4243
right: 100%;
4344
bottom: 0;
@@ -46,4 +47,10 @@
4647
overflow: visible;
4748
min-width: 30px;
4849
@include transition($defaultTransition);
50+
@include pointer-events(none);
51+
52+
> * {
53+
@include pointer-events(all);
54+
}
55+
4956
}

0 commit comments

Comments
 (0)