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.
2 parents 5438dd4 + 37f1cbe commit 8dddb6dCopy full SHA for 8dddb6d
react-spaces/package.json
@@ -9,8 +9,7 @@
9
"description": "React Layout Components",
10
"dependencies": {
11
"css-element-queries": "^1.2.1",
12
- "guid-typescript": "^1.0.9",
13
- "lodash.template": "4.5.0"
+ "guid-typescript": "^1.0.9"
14
},
15
"devDependencies": {
16
"@types/jest": "^24.0.15",
@@ -27,7 +26,8 @@
27
26
"ts-loader": "^6.0.4",
28
"typescript": "^3.5.3",
29
"webpack": "^4.36.1",
30
- "webpack-cli": "^3.3.6"
+ "webpack-cli": "^3.3.6",
+ "lodash.template": "4.5.0"
31
32
"peerDependencies": {
33
"react": "^16.8.6",
react-spaces/src/components/Space.scss
@@ -1,7 +1,7 @@
1
.spaces-space {
2
position: absolute;
3
overflow: hidden;
4
- z-index: 99999;
+ z-index: 1;
5
6
&:after {
7
content: "";
0 commit comments