1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 01:36:22 +00:00

fix undefined variable

This commit is contained in:
Itai Braude
2020-01-16 23:52:19 +02:00
parent 301f03dadd
commit 7fe6925615

View File

@@ -108,7 +108,6 @@ body {
box-sizing: border-box; box-sizing: border-box;
` `
: ''} : ''}
${optimizeOverflowScroll ? 'height: 100%;' : ''}
${RTL ? 'direction: rtl;' : ''} ${RTL ? 'direction: rtl;' : ''}
${RTL ? 'text-align: right;' : ''} ${RTL ? 'text-align: right;' : ''}
} }