diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index 3b713d750..12e516855 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -3,7 +3,6 @@ ### Version 2.1.7 Nov 29, 2015 **Bug Fixes** - -**Popup** - Adds `onUnplaceable` callback when element cannot be place in visible screen ### Version 2.1.6 - Nov 6, 2015 diff --git a/src/definitions/modules/sidebar.less b/src/definitions/modules/sidebar.less index 6176a9cde..9adb3dc25 100755 --- a/src/definitions/modules/sidebar.less +++ b/src/definitions/modules/sidebar.less @@ -48,7 +48,6 @@ /* GPU Layers for Child Elements */ .ui.sidebar > * { backface-visibility: hidden; - transform: rotateZ(0deg); }