Show diagnostics on hover (#4192)

Fixes https://github.com/zed-industries/community/issues/2426

Release Notes:

- Fixed a bug that was preventing diagnostics from being shown on hover.
This commit is contained in:
Antonio Scandurra 2024-01-22 12:09:46 +01:00 committed by GitHub
commit 426ef75f4e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -545,6 +545,7 @@ impl DiagnosticPopover {
div()
.id("diagnostic")
.elevation_2(cx)
.overflow_y_scroll()
.px_2()
.py_1()