bito-code-review[bot] commented on code in PR #37105:
URL: https://github.com/apache/superset/pull/37105#discussion_r2736703842
##########
superset-frontend/plugins/legacy-plugin-chart-country-map/src/ReactCountryMap.jsx:
##########
@@ -70,5 +70,10 @@ export default styled(CountryMap)`
cursor: pointer;
stroke: ${theme.colorSplit};
}
+
+ .hover-popup.popup-at-bottom {
Review Comment:
<!-- Bito Reply -->
The suggestion adds the component prefix to the CSS selector for consistency
with other rules in the styled component, preventing potential style conflicts
outside this map component. Applying it improves scoping without affecting
functionality.
--
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]