Browse Source

Remove unnecessary ui from fixed sidebar elements

pull/1243/head
jlukic 10 years ago
parent
commit
d9d9b98371
1 changed files with 1 additions and 1 deletions
  1. 2
      src/definitions/modules/sidebar.less

2
src/definitions/modules/sidebar.less

@ -85,7 +85,7 @@
Fixed
---------------*/
.pushable > .ui.fixed {
.pushable > .fixed {
position: fixed;
transition: transform @duration @easing;
z-index: @fixedLayer;

Loading…
Cancel
Save