Browse Source

#1771, specificity match

pull/1785/head
jlukic 9 years ago
parent
commit
37757ca635
1 changed files with 1 additions and 1 deletions
  1. 2
      src/definitions/modules/sidebar.less

2
src/definitions/modules/sidebar.less

@ -103,7 +103,7 @@ body.pushable {
.pushable:not(body) {
transform: translate3d(0, 0, 0);
}
.pushable:not(body) .ui.sidebar,
.pushable:not(body) > .ui.sidebar,
.pushable:not(body) > .fixed,
.pushable:not(body) > .pusher:after {
position: absolute;

Loading…
Cancel
Save