Skip to content

Commit cbba6ac

Browse files
committed
- bug fix: sliders is covered by grid due to z-index issue
- bump version
1 parent efd43e5 commit cbba6ac

File tree

8 files changed

+13
-5
lines changed

8 files changed

+13
-5
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Change Logs
22

3+
## v0.6.3
4+
5+
- bug fix: sliders is covered by grid due to z-index issue
6+
7+
38
## v0.6.2
49

510
- bug fix: change isn't fired when editing

dist/index.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@
121121
align-items: center;
122122
justify-content: space-between;
123123
position: absolute;
124+
z-index: 1;
124125
background: #fff;
125126
color: rgba(0,0,0,0.5);
126127
padding: 0.25em;

dist/index.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"name": "@plotdb/sheet",
44
"license": "MIT",
55
"description": "spreadsheet",
6-
"version": "0.6.2",
6+
"version": "0.6.3",
77
"style": "dist/index.min.css",
88
"browser": "dist/index.min.js",
99
"main": "dist/index.min.js",

src/index.styl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ initabs()
106106
align-items: center
107107
justify-content: space-between
108108
position: absolute
109+
z-index: 1
109110
background: #fff
110111
color: rgba(0,0,0,.5)
111112
padding: .25em

web/static/assets/lib/@plotdb/sheet/dev/index.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@
121121
align-items: center;
122122
justify-content: space-between;
123123
position: absolute;
124+
z-index: 1;
124125
background: #fff;
125126
color: rgba(0,0,0,0.5);
126127
padding: 0.25em;

web/static/assets/lib/@plotdb/sheet/dev/index.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)