dosubot[bot] commented on issue #32208:
URL: https://github.com/apache/superset/issues/32208#issuecomment-2648582012

   <!-- Greeting -->
   Hey @alexandrusoare! I'm here to help you with any bugs, questions, or 
contributions you have for Superset. Let's tackle this together!
   
   <!-- Answer -->
   The issue you're experiencing with the time-range popover not displaying 
correctly when the scrollbar is activated in the "more filters" bar might be 
related to known issues with popover rendering and positioning in Superset. 
There have been previous bug fixes addressing similar problems, such as 
incorrect positioning of tooltips on scroll 
<sup>[[1]](https://github.com/apache/superset/blob/master/superset-frontend/CHANGELOG.md)</sup>.
   
   To address this, you might want to check if the `ControlPopover` component 
is handling the dynamic content and positioning correctly. The 
`calculatePlacement` function within this component is responsible for 
determining the popover's placement based on the visibility ratio of the 
trigger element within the viewport 
<sup>[[2]](https://github.com/apache/superset/blob/master/superset-frontend/src/explore/components/controls/ControlPopover/ControlPopover.tsx)</sup>.
   
   Additionally, ensure that the CSS styles for the scrollbar are correctly 
applied, as they can affect the popover's appearance. The styles for the 
scrollbar in the popover are defined in the CSS, which includes settings for 
the scrollbar's width, thumb, and track 
<sup>[[3]](https://github.com/apache/superset/blob/master/superset-frontend/src/components/DropdownContainer/index.tsx)</sup>.
   
   If the issue persists, reviewing the changes in the mentioned PR #31973 
might provide further insights or potential fixes related to this behavior.
   
   
   <!-- Dosu Comment Footer -->
   *To continue talking to [Dosu](https://dosu.dev), mention @dosu.*
   
   ---
   <sup>Help Dosu learn! Give it feedback: [Great 
Response](https://app.dosu.dev/response-feedback/cd39e49a-e5e8-4e97-857e-701f79c645d0?feedback_type=great_response)
 | [Irrelevant 
Answer](https://app.dosu.dev/response-feedback/cd39e49a-e5e8-4e97-857e-701f79c645d0?feedback_type=irrelevant_answer)
 | [Incorrect 
Sources](https://app.dosu.dev/response-feedback/cd39e49a-e5e8-4e97-857e-701f79c645d0?feedback_type=incorrect_sources)
 | [Too 
Verbose](https://app.dosu.dev/response-feedback/cd39e49a-e5e8-4e97-857e-701f79c645d0?feedback_type=too_verbose)
 | 
[Hallucination](https://app.dosu.dev/response-feedback/cd39e49a-e5e8-4e97-857e-701f79c645d0?feedback_type=hallucination)
 | 
[Other](https://app.dosu.dev/response-feedback/cd39e49a-e5e8-4e97-857e-701f79c645d0?feedback_type=other)</sup>
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to