You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
In the GoAccordion component, there is a class (.go-accordion-panel__content-container) that has the overflow set to hidden. While I'm sure there are instances in which this makes sense, we're running into issues when implementing it in our reporting filters because it is hiding content from drop-downs.
Expected behavior
Remove the overflow so that content from the drop-down will be shown.
Screenshots
####Currently
Desired effect
The text was updated successfully, but these errors were encountered:
@akfernun it looks like you are using ng-select. You should be able to fix this issue by setting the appendTo option in the configuration for that plugin to be something like 'body'.
That being said, we will look into ways we might be able to account for this on our end as well.
@akfernun can you try what @AlexOverbeck said and see if that fixes your issue? Ideally, we don't want things showing up outside of the accordion expect when it's an overlay.
Describe the bug
In the GoAccordion component, there is a class (
.go-accordion-panel__content-container
) that has theoverflow
set tohidden
. While I'm sure there are instances in which this makes sense, we're running into issues when implementing it in our reporting filters because it is hiding content from drop-downs.Expected behavior
Remove the overflow so that content from the drop-down will be shown.
Screenshots
####Currently
Desired effect
The text was updated successfully, but these errors were encountered: