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()
|
div.v_flex()
|
||||||
.id("pane-item-container")
|
.id("pane-item-container")
|
||||||
.size_full()
|
.size_full()
|
||||||
|
.overflow_y_scroll()
|
||||||
.child(item.to_any())
|
.child(item.to_any())
|
||||||
} else {
|
} else {
|
||||||
div.id("pane-item-container")
|
div.id("pane-item-container")
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue