Merge pull request #31406 from fcamgz/search-modal-overflow-fix

Fixed SearchModal not cleaning up body overflow
This commit is contained in:
Patrik Oldsberg
2026-03-28 09:58:09 +01:00
committed by GitHub
3 changed files with 41 additions and 19 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-search': patch
---
Fixed the `SearchModal` leaving the page in a broken state by not restoring body overflow and aria-hidden attributes when closing.