Skip to content

Commit 7de6fbc

Browse files
committed
Update height and add overflow-y property in style.css
1 parent 5b4a3ed commit 7de6fbc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

style/style.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,10 @@ body {
66
font-size: 13px;
77
line-height: 1.5;
88
width: 550px;
9-
height: 600px;
9+
height: 620px;
1010
display: flex;
1111
flex-direction: column;
12+
overflow-y: hidden;
1213
}
1314
body#popup {
1415
padding: 5px;
@@ -98,7 +99,6 @@ button.ok:hover {
9899
color: #0C0C0D;
99100
font-size: 13px;
100101
font-weight: bold;
101-
for: "input-id";
102102
}
103103
#options-form fieldset {
104104
padding: 16px;

0 commit comments

Comments
 (0)