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

Feat: Allow CSS overrides for TopBar wrapper element #710

Merged
merged 4 commits into from
Oct 17, 2024

Conversation

avirati
Copy link
Contributor

@avirati avirati commented Oct 14, 2024

https://atomlearningltd.atlassian.net/browse/HMP-1178

We encountered a bug last week where TopBar was not rendering well with other elements in the page
image

Upon investigation, we found out that overriding z-index of the root of TopBar component fixed the issue. However, it was done so by forcing the override from outside. This PR enables css overrides for root / wrapper element of TopBar. After this is released, we will remove the forced override and pass the required css as a prop instead.

More information - https://github.com/Atom-Learning/atom-core/pull/10161

@avirati avirati requested a review from LimeWub October 16, 2024 06:40
Copy link
Contributor

@LimeWub LimeWub left a comment

Choose a reason for hiding this comment

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

I think you're missing one line of code but pre-emptively approving :) ^^

@avirati avirati merged commit 63f7d69 into main Oct 17, 2024
1 check passed
@avirati avirati deleted the HMP-1179-ds-update-top-bar-tsx-and-allow-css-overrides branch October 17, 2024 04:16
avirati added a commit that referenced this pull request Oct 18, 2024
Revert "Merge pull request #710 from Atom-Learning/HMP-1179-ds-update…
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