ceenayekta commented on code in PR #34629:
URL: https://github.com/apache/superset/pull/34629#discussion_r2278596005
##########
superset-frontend/packages/superset-ui-core/src/components/DynamicEditableTitle/index.tsx:
##########
@@ -56,9 +56,9 @@ const titleStyles = (theme: SupersetTheme) => css`
& .input-sizer {
position: absolute;
- left: -9999px;
display: inline-block;
white-space: pre;
+ opacity: 0;
Review Comment:
Moving -9999px to the left was causing a horizontal scroll.
If we wanna hide the element, why not making it invisible?
--
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]