Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CB-5140 fix: loader overlay #2613

Merged
merged 2 commits into from
May 17, 2024
Merged

CB-5140 fix: loader overlay #2613

merged 2 commits into from
May 17, 2024

Conversation

Wroud
Copy link
Member

@Wroud Wroud commented May 14, 2024

No description provided.

@Wroud Wroud requested a review from devnaumov May 14, 2024 13:35
@Wroud Wroud self-assigned this May 14, 2024
@@ -54,10 +54,10 @@ export const Body = observer(function Body() {
<Loader className={s(styles, { loader: true })} suspense>
{Screen && <Screen {...screenService.routerService.params} />}
</Loader>
<Loader className={s(styles, { loader: true })} suspense>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please also remove unused styles

@Wroud Wroud merged commit 0b27db0 into devel May 17, 2024
3 checks passed
@Wroud Wroud deleted the fix/cb-5140/loader-overlay branch May 17, 2024 10:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants