Show diagnostics on hover

This commit is contained in:
Antonio Scandurra 2024-01-22 12:01:53 +01:00
parent de64de22a3
commit f76a2502bb

View File

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