Fix pane bottom offset in scroll mode.
This commit is contained in:
parent
e9d409a4b1
commit
68e6464bea
1 changed files with 1 additions and 0 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Reference in a new issue