Skip to content

Commit f983fb2

Browse files
authored
allow options window to overflow toscroll instead of hiding #371 (#373)
1 parent 1786934 commit f983fb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/options/options.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
html,
1616
body {
1717
box-sizing: border-box;
18-
overflow: hidden;
18+
overflow: scroll;
1919
margin: 0;
2020
}
2121

0 commit comments

Comments
 (0)