Skip to content

Commit 9710432

Browse files
committed
fix: no scrollbar
License: MIT Signed-off-by: Henrique Dias <[email protected]>
1 parent e4e0907 commit 9710432

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/prompt/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ function generatePage ({ message, defaultValue = '', placeholder = 'Type here...
3939
margin: 0;
4040
padding: 0;
4141
font-size: 14px;
42+
overflow: hidden;
4243
}
4344
body {
4445
-webkit-font-smoothing: antialiased;

0 commit comments

Comments
 (0)