markdown: Fix code block scrollbars flashing on vertical scroll (#50817)
Xiaobo Liu
created
Release Notes:
- Fixed code block scrollbars flashing on vertical scroll
before:
When there are many code blocks, scrolling through markdown will display
a horizontal scrollbar (when the mouse is not inside a code block).
https://github.com/user-attachments/assets/1fae36ec-5a3f-4283-b54f-e5cb4f45646b
after:
When scrolling markdown, do not display the horizontal scrollbar when
the mouse is not in a code block.
https://github.com/user-attachments/assets/0c0f2016-9b18-4055-87a6-4f508dbfd193
---------
Signed-off-by: Xiaobo Liu <cppcoffee@gmail.com>