mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-13 17:56:25 +00:00
fix undefined variable
This commit is contained in:
@@ -108,7 +108,6 @@ body {
|
||||
box-sizing: border-box;
|
||||
`
|
||||
: ''}
|
||||
${optimizeOverflowScroll ? 'height: 100%;' : ''}
|
||||
${RTL ? 'direction: rtl;' : ''}
|
||||
${RTL ? 'text-align: right;' : ''}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user