Skip to content

Commit

Permalink
Merge pull request #8 from aeagle/fix-resize-handle
Browse files Browse the repository at this point in the history
Fix resize handle
  • Loading branch information
aeagle authored Jul 27, 2019
2 parents 5438dd4 + 37f1cbe commit 8dddb6d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions react-spaces/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@
"description": "React Layout Components",
"dependencies": {
"css-element-queries": "^1.2.1",
"guid-typescript": "^1.0.9",
"lodash.template": "4.5.0"
"guid-typescript": "^1.0.9"
},
"devDependencies": {
"@types/jest": "^24.0.15",
Expand All @@ -27,7 +26,8 @@
"ts-loader": "^6.0.4",
"typescript": "^3.5.3",
"webpack": "^4.36.1",
"webpack-cli": "^3.3.6"
"webpack-cli": "^3.3.6",
"lodash.template": "4.5.0"
},
"peerDependencies": {
"react": "^16.8.6",
Expand Down
2 changes: 1 addition & 1 deletion react-spaces/src/components/Space.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.spaces-space {
position: absolute;
overflow: hidden;
z-index: 99999;
z-index: 1;

&:after {
content: "";
Expand Down

0 comments on commit 8dddb6d

Please sign in to comment.