diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index 98c9e9cf6..2d40b4f3e 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -2,10 +2,15 @@ ### Version 1.2.1 - December 09, 2014 +**Enhancement** +- **Dropdown** - Dropdown can now specify which direction a menu should appear left/right + + **Bugs** - *All UI** - Adds error message when triggering an invalid module behavior i.e. typos ``$('.dropdown').dropdown('hid');`` - **Step** - Fix issue with completed ordered step icon alignment - **Sidebar** - Mobile sidebars now only set ``overflow`` on page's ``html`` when browsing from ``iOS` devices. Using overflow caused issues with page's scroll being lost when resizing a browser to mobile widths. This also affected modules that used `$(window).scrollTop()`` at mobile screen sizes +- **Dropdown** - Fix bug in position of child menus on ``floating dropdown`` ### Version 1.2.0 - December 08, 2014 diff --git a/src/definitions/modules/dropdown.less b/src/definitions/modules/dropdown.less index 3c0777a85..807616955 100755 --- a/src/definitions/modules/dropdown.less +++ b/src/definitions/modules/dropdown.less @@ -799,7 +799,6 @@ select.ui.dropdown { Pointing ---------------*/ - .ui.pointing.dropdown > .menu { top: 100%; margin-top: @pointingMenuDistance;