Kusuma04-dev commented on code in PR #3119:
URL:
https://github.com/apache/incubator-kie-tools/pull/3119#discussion_r2078361653
##########
packages/online-editor/src/authSessions/AuthSessionSelect.tsx:
##########
@@ -151,7 +151,7 @@ export function AuthSessionSelect(props: {
className={props.isPlain ? "kie-tools--masthead-hoverable" : ""}
menuAppendTo={props.menuAppendTo ?? "parent"}
maxHeight={"400px"}
- style={{ minWidth: "400px" }}
+ style={{ minWidth: "300px", maxHeight: "300px", overflowY: "scroll" }}
Review Comment:
I see this maxHeight={"400px"} is not getting applied when i remove
maxHeight from style . So Will remove this maxHeight={"400px"} and will keep
maxHeight in style.
--
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]