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

fix "Add panel" and visualization type selectors #2767

Merged
merged 4 commits into from
Mar 16, 2023
Merged

Conversation

monicawoj
Copy link
Contributor

Adding a 'relative' class to the outer 'div' element holding the select button and options should fix the absolute positioning issue that was taking place on scroll.

@monicawoj monicawoj requested a review from a team as a code owner March 15, 2023 14:28
</div>
<Listbox value={selectedKey} onChange={onSelection}>
{({open}) => (
<div className="min-w-fit relative">
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Other than cosmetic changes introduced to the code (for example, removing React fragment elements <></> where not necessary) this is the only significant change introduced in this PR.

Copy link
Contributor

@yomete yomete left a comment

Choose a reason for hiding this comment

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

lgtm!

Copy link
Contributor

@manojVivek manojVivek left a comment

Choose a reason for hiding this comment

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

Lgtm!

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