Browse Source

Fixes #4707 position: relative on dimmer

pull/5262/head
Jack Lukic 7 years ago
parent
commit
82f6d69c99
1 changed files with 1 additions and 0 deletions
  1. 1
      RELEASE-NOTES.md

1
RELEASE-NOTES.md

@ -7,6 +7,7 @@
- **Sticky** - Fix issue where sticky would cause page to shift when `context` height was determined by sticky's height in `position: static;` #3430 - **Sticky** - Fix issue where sticky would cause page to shift when `context` height was determined by sticky's height in `position: static;` #3430
- **Form Validation** - Fixed issue where radio was not being included in `onFailure` values if not set #5064 - **Form Validation** - Fixed issue where radio was not being included in `onFailure` values if not set #5064
- **Menu** - Fixed issue where `left menu` and `right menu` did not display correctly in `stackable menu` on mobile #3604 #5116 **Thanks @BleuDiamant @Traverse** - **Menu** - Fixed issue where `left menu` and `right menu` did not display correctly in `stackable menu` on mobile #3604 #5116 **Thanks @BleuDiamant @Traverse**
- **Dimmer** - Fixed typo causing body dimmer to add unnecessary `position: relative;` **Thanks @jinyangzhen** #4707
### Version 2.2.10 - March 28, 2017 ### Version 2.2.10 - March 28, 2017

Loading…
Cancel
Save