Skip to content

Commit 694a2fb

Browse files
committed
Revert border change
1 parent 80688fa commit 694a2fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/style.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ function injectCss(offsetTop, offsetLeft) {
2222
left: ${offsetLeft}px;
2323
z-index: 28;
2424
width: 280px;
25-
border: 0;
25+
border: 1px solid #ddd;
2626
overflow: auto;
2727
padding: 10px;
2828
}

0 commit comments

Comments
 (0)