🐛 Fix balance carryover arrow on Firefox (#3535)

* Update BalanceWithCarryover.tsx

* Create 3535.md
This commit is contained in:
Michael Clark
2024-10-02 15:55:01 +01:00
committed by GitHub
parent 327887b87d
commit 125510c981
2 changed files with 7 additions and 0 deletions

View File

@@ -33,6 +33,7 @@ export function CarryoverIndicator({ style }: CarryoverIndicatorProps) {
position: 'absolute',
right: '-4px',
alignSelf: 'center',
justifyContent: 'center',
top: 0,
bottom: 0,
...style,

View File

@@ -0,0 +1,6 @@
---
category: Bugfix
authors: [MikesGlitch]
---
Fix balance carryover arrow on Firefox