Browse Source

Fixes z positioning issue with forced layering inside sidebar #1492

pull/1500/head
jlukic 10 years ago
parent
commit
3d438ee1bd
1 changed files with 2 additions and 2 deletions
  1. 4
      src/definitions/modules/sidebar.less

4
src/definitions/modules/sidebar.less

@ -44,8 +44,8 @@
z-index: @topLayer;
}
/* 3D Rendering */
.ui.sidebar * {
/* GPU Layers for Child Elements */
.ui.sidebar > * {
backface-visibility: hidden;
transform: rotateZ(0deg);
}

Loading…
Cancel
Save