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 f947688 commit 23ba36aCopy full SHA for 23ba36a
โpackage.jsonโ
@@ -14,7 +14,7 @@
14
"types": "dist/types/index.d.ts",
15
"repository": {
16
"type": "git",
17
- "url": "git+https://github.com/BangDori/react-iphone-layout"
+ "url": "git+https://github.com/BangDori/react-iphone-layout.git"
18
},
19
"bugs": {
20
"url": "https://github.com/BangDori/react-iphone-layout/issues",
โplayground/src/ui/control-box/Position.cssโ
@@ -39,7 +39,7 @@
39
}
40
41
.laptop__mode {
42
- position: absolute;
+ position: fixed;
43
left: 8px;
44
bottom: 8px;
45
0 commit comments