Skip to content

Commit 23ba36a

Browse files
authored
fixed laptop to iPhone switching button position (#17)
* feat: laptop ๋ชจ๋“œ ๋ฒ„ํŠผ ์œ„์น˜ ๊ณ ์ • * chore: package repository ์ˆ˜์ •
1 parent f947688 commit 23ba36a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

โ€Žpackage.jsonโ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"types": "dist/types/index.d.ts",
1515
"repository": {
1616
"type": "git",
17-
"url": "git+https://github.com/BangDori/react-iphone-layout"
17+
"url": "git+https://github.com/BangDori/react-iphone-layout.git"
1818
},
1919
"bugs": {
2020
"url": "https://github.com/BangDori/react-iphone-layout/issues",

โ€Žplayground/src/ui/control-box/Position.cssโ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
}
4040

4141
.laptop__mode {
42-
position: absolute;
42+
position: fixed;
4343
left: 8px;
4444
bottom: 8px;
4545
}

0 commit comments

Comments
ย (0)