From bb5222d9510321636d17a05d682b5eff50514add Mon Sep 17 00:00:00 2001 From: jlukic Date: Fri, 10 Jul 2015 12:10:55 -0400 Subject: [PATCH] #2576 Modal will remove body style after hiding --- RELEASE-NOTES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index 039df92f9..026e26957 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -4,6 +4,7 @@ **[Reported Bugs](https://github.com/Semantic-Org/Semantic-UI/issues?q=is%3Aissue+milestone%3A2.0.3+is%3Aclosed)** - **Steps** - Last `step` no longer incorrectly shows arrow #2552 +- **Modal** - Modal that is larger than page height will now correctly reset body height on remove #2576 - **Popup** - Popup `preserve` setting (which preserves popup in DOM to avoid regenerating on each show/hide) was set to `true` by default causing generated popups to remain in DOM. #1369 - **Input** - Fixed errored input field having incorrect border radius with `labeled input`