/claim #867
This PR fixes the tooltip overflow issue when hovering over code components by adding proper styling for tooltips in the CodeEditor component. The solution includes:
Setting appropriate max-width and overflow properties
Applying specific styling for TypeScript code elements
Using higher z-index values to ensure tooltips appear correctly
Adding proper padding and borders for tooltip visibility
Fixing whitespace handling with pre-wrap
Here is image of fixed overflow
Himanshu Sharma
@sharmahimanshu15082007-gmail-com
tscircuit
@tscircuit