mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-15 20:30:33 +00:00
fix: BIG-165 cashflow account context menu z-index issue.
This commit is contained in:
@@ -5,5 +5,5 @@ export const whenRtl = (restCss) => css`
|
||||
`;
|
||||
|
||||
export const whenLtr = (restCss) => css`
|
||||
${({ theme }) => !theme.dir === 'ltr' && restCss}
|
||||
${({ theme }) => theme.dir === 'ltr' && restCss}
|
||||
`;
|
||||
|
||||
Reference in New Issue
Block a user