Fix panic opening branch picker in commit modal (#26407)

Closes #ISSUE

Release Notes:

- N/A
This commit is contained in:
Conrad Irwin 2025-03-10 16:36:23 -06:00 committed by GitHub
parent 06cbff6714
commit 96a75e08af
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 22 additions and 13 deletions

View file

@ -162,6 +162,7 @@ impl Render for ModalLayer {
};
div()
.occlude()
.absolute()
.size_full()
.top_0()