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: Fix position of resources drop-down menu for tags #3868

Merged
merged 3 commits into from
Sep 20, 2023

Conversation

a-h-abdelsalam
Copy link
Contributor

What

Update the position of the drop-down menu for adding resources to be based on the ScrollableContent element which has a maximum height.

Why

The position of the drop-down menu to add more resources was set according to the element containing the current resources.
Therefore, having a large number of resources pushes down the drop-down menu until it disappears from the screen.

References

GEA-251

@a-h-abdelsalam a-h-abdelsalam requested a review from a team as a code owner September 15, 2023 15:55
@github-actions
Copy link

Conventional Commits Report

Type Number
Bug Fixes 1

🚀 Conventional commits found.

@codecov
Copy link

codecov bot commented Sep 15, 2023

Codecov Report

Merging #3868 (a519c62) into main (99012ea) will increase coverage by 0.00%.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##             main    #3868   +/-   ##
=======================================
  Coverage   59.90%   59.90%           
=======================================
  Files        1021     1021           
  Lines       25089    25091    +2     
  Branches     7421     7424    +3     
=======================================
+ Hits        15030    15032    +2     
  Misses       9111     9111           
  Partials      948      948           
Files Changed Coverage Δ
src/web/pages/tags/dialog.js 3.48% <ø> (ø)
src/web/components/form/selectelements.js 89.41% <100.00%> (+0.25%) ⬆️

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@a-h-abdelsalam a-h-abdelsalam force-pushed the GEA-251-fix-adding-resources-to-tags branch from 2c02829 to a519c62 Compare September 19, 2023 14:34
@a-h-abdelsalam a-h-abdelsalam merged commit 07595f7 into main Sep 20, 2023
13 checks passed
@a-h-abdelsalam a-h-abdelsalam deleted the GEA-251-fix-adding-resources-to-tags branch September 20, 2023 07:28
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.

2 participants