dock: Fix the tab panel cannot fill the entire height (#575)

## Before
<img width="411" alt="image"
src="https://github.com/user-attachments/assets/8801361d-20fd-4ba5-8b9e-bb18f6e8cc5a"
/>

## After
<img width="410" alt="image"
src="https://github.com/user-attachments/assets/91975382-5ed1-45a4-acd2-a131d2a162f5"
/>
This commit is contained in:
Floyd Wang 2025-01-24 15:28:51 +08:00 committed by GitHub
parent 878a51e5a9
commit 7aade44e7a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -725,7 +725,7 @@ impl TabPanel {
return Empty {}.into_any_element();
};
div()
v_flex()
.id("tab-content")
.group("")
.overflow_y_scroll()