fixes: withdraw flow tax check fix + checklist fix (#5360)

* fix: action bar overlap on checklist

* fix: tax form uses local currency not net usd
This commit is contained in:
Calum H.
2026-02-12 13:29:21 +00:00
committed by GitHub
parent e7eb4899a1
commit a9e0655859
3 changed files with 30 additions and 6 deletions

View File

@@ -2465,9 +2465,16 @@ provideProjectPageContext({
right: 1rem;
overflow-y: auto;
z-index: 50;
transition: bottom 0.25s ease-in-out;
> div {
box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}
}
</style>
<style lang="scss">
body.floating-action-bar-shown .moderation-checklist {
bottom: 6rem;
}
</style>