Tooltips being cut off
See original GitHub issueHi!
I am using version 1.1.7
I’m trying to setup tooltips and they are being cut off. I’ve added an image below of what it looks like normally vs when the tooltip is near the bottom of the screen.
Also, it seems to be infinitely rendering/flickering content
Here is our component
<RnWalktroughTooltip
useInteractionManager={false}
useReactNativeModal={true}
isVisible={isVisible}
content={popover}
placement={placement}
onClose={hideModal}
>
<TouchableWithoutFeedback onPress={showModal}>
<Image source={assets.images.tooltip} style={imageStyle} />
</TouchableWithoutFeedback>
</RnWalktroughTooltip>
Issue Analytics
- State:
- Created 3 years ago
- Reactions:1
- Comments:6
Top Results From Across the Web
CSS tooltip getting cut off - Stack Overflow
I have a CSS tooltip that is being cut off when the hovered item is too close to the edge of the content...
Read more >Tooltip content being cutoff when tooltips extends outside the ...
I have a location in the app that we are building where the calcite web tooltip is cutting off the text inside it,...
Read more >Prevent Tooltip from Being Cut Off - Illuminate BI Tool Guide
BI Tool Users often run into the problem of having a chart's Tooltip cutoff by the edge of their chart. This tends to...
Read more >HTML : CSS tooltip getting cut off - YouTube
HTML : CSS tooltip getting cut off [ Beautify Your Computer : https://www.hows.tech/p/recommended.html ] HTML : CSS tooltip getting cut off ...
Read more >Tooltip text get cut off on the left side - HTML & CSS - SitePoint
I tried setting the width of the tooltip to 100% but that made the width too narrow. I don't know how to fix...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@EricWiener nope, ended up having to make our own tooltip.
See also #152