Commit Graph

5 Commits

Author SHA1 Message Date
d694f4a17b fix: show close icon on notification inmobile 2024-03-07 18:48:23 +05:30
3f89f8725b fix: resolve conflicting z-index values (#788)
## Description

Currently there are various z-index values that are causing:
- Toasts to be placed behind dialog blur background
- Menu being cropped off by header

## Changes Made

- Revert `z-[1000]` back to `z-50` for the header (not exactly sure why
it was bumped)
- Refactor z-indexes over 9000 to start from 1000
- Ensure z-index of toast is higher than dialog
2023-12-28 20:08:19 +11:00
5a11de1db9 feat: disable upload document animation for unverified users (#749) 2023-12-27 13:54:46 +11:00
cbcd893cfd fixed z-index 2023-12-16 00:30:52 +05:30
159bcade7b wip: refresh design 2023-11-06 13:01:06 +11:00