Skip to content

Commit 7fe6925

Browse files
committed
fix undefined variable
1 parent 301f03d commit 7fe6925

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

browser/components/MarkdownPreview.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,6 @@ body {
108108
box-sizing: border-box;
109109
`
110110
: ''}
111-
${optimizeOverflowScroll ? 'height: 100%;' : ''}
112111
${RTL ? 'direction: rtl;' : ''}
113112
${RTL ? 'text-align: right;' : ''}
114113
}

0 commit comments

Comments
 (0)