mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-13 01:36:22 +00:00
fix undefined variable
This commit is contained in:
@@ -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;' : ''}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user