Skip to content

Commit 2163952

Browse files
authored
Feat/v1.1.1 (#18)
* feat: laptop ๋ชจ๋“œ ๋ฒ„ํŠผ ์œ„์น˜ ๊ณ ์ • ๋ฐ˜์˜ * chore: update vesion
1 parent 23ba36a commit 2163952

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
@@ -1,7 +1,7 @@
11
{
22
"name": "react-iphone-layout",
33
"private": false,
4-
"version": "1.1.0",
4+
"version": "1.1.1",
55
"type": "module",
66
"description": "React iPhone layout in web browser",
77
"author": "bangdori <[email protected]>",

โ€Žsrc/lib/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)