You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Given the following code (and a small enough terminal emulator window):
fromtextual.appimportApp, ComposeResultfromtextual.widgetsimportTextAreaclassTooltipTripApp(App[None]):
defcompose(self) ->ComposeResult:
yieldTextArea().with_tooltip(
"Here is a lot of tooltip text\n\n"*30
)
if__name__=="__main__":
TooltipTripApp().run()
it's pretty much impossible to see the content of the tooltip: