Browse Source

#3306 remove transform hack from sidebar

pull/3463/head
jlukic 9 years ago
parent
commit
e194140210
2 changed files with 0 additions and 2 deletions
  1. 1
      RELEASE-NOTES.md
  2. 1
      src/definitions/modules/sidebar.less

1
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

1
src/definitions/modules/sidebar.less

@ -48,7 +48,6 @@
/* GPU Layers for Child Elements */
.ui.sidebar > * {
backface-visibility: hidden;
transform: rotateZ(0deg);
}

Loading…
Cancel
Save