# mohan-bee - @! Rushabh | Linux Shill Channel: #contributor Source: https://discord.com/channels/1233487248129921135/1534413741465145364 Started: 2026-08-05T04:12:25.123000+00:00 Last activity: 2026-08-05T19:44:22.814000+00:00 ## mohan-bee — 2026-08-05T04:12:23.994000+00:00 <@452450065941004289> Attachment: Screen_Recording_2026-08-05_at_9.41.53_AM.mov — https://cdn.discordapp.com/attachments/1265314333764878387/1534413740743852063/Screen_Recording_2026-08-05_at_9.41.53_AM.mov?ex=6a74b267&is=6a7360e7&hm=ad7d891c1b1bf0fa62d60949a98945d4b423151dde250b01b0a589985addc0bd& ## Rishabh — 2026-08-05T04:14:08.150000+00:00 That drone board outline looks cool ## mohan-bee — 2026-08-05T04:14:22.624000+00:00 yeaa !! just one shot btw ## Rishabh — 2026-08-05T04:14:31.904000+00:00 nice ## ! Rushabh | Linux Shill — 2026-08-05T09:03:04.793000+00:00 yeah its a known issue ## ! Rushabh | Linux Shill — 2026-08-05T09:03:36.330000+00:00 https://github.com/microsoft/monaco-editor/issues/5296 ## ! Rushabh | Linux Shill — 2026-08-05T09:03:58.065000+00:00 i wonder how vscode solves it ## mohan-bee — 2026-08-05T09:04:28.811000+00:00 you make a PR ## mohan-bee — 2026-08-05T09:04:32.930000+00:00 Lol ## Vanuan — 2026-08-05T15:35:00.990000+00:00 The problem seems to be that there's no space for the tooltip to be displayed. Try increasing top margin or padding ## Vanuan — 2026-08-05T15:38:00.764000+00:00 This is a common problem with tooltip in general, not specific to monaco: as tooltip text grows to be multiline, it creates a dilemma: whether you use overflow hidden and cut part of the tooltip or you just press the tooltip against the box boundary. ## Vanuan — 2026-08-05T15:42:10.699000+00:00 So the author must decide: - add space to the sides, so that it isn't multiline - add space vertically so that the tooltip isn't shifted relative to the origin point - use a smaller font - change anchor to the side etc, etc So it's a UI design problem, not a problem of implementation ## Vanuan — 2026-08-05T15:42:45.863000+00:00 Monaco can't force a decision on its users ## ! Rushabh | Linux Shill — 2026-08-05T19:44:22.814000+00:00 thank you, will take a look