Skip to content

Commit a1900dc

Browse files
committed
In zen mode overflowing content should be scrollable
1 parent ba41078 commit a1900dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content-scripts/src/modules/options/writerMode.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ export const changeWriterMode = (writerMode) => {
3636
`
3737
body {
3838
padding-left: 0;
39-
overflow: hidden;
39+
overflow: scroll;
4040
}
4141
${selectors.mainColumn} {
4242
border-style: hidden;

0 commit comments

Comments
 (0)