Fix pane bottom offset in scroll mode.

This commit is contained in:
Jason Lee 2024-08-01 20:28:02 +08:00
parent e9d409a4b1
commit 68e6464bea

View file

@ -910,6 +910,7 @@ impl Render for Pane {
div.v_flex()
.id("pane-item-container")
.size_full()
.overflow_y_scroll()
.child(item.to_any())
} else {
div.id("pane-item-container")