Browse Source

Fixing modal for new posts

nin-v2
Mylène Bressan 9 years ago
parent
commit
0cb9771df0
  1. 3
      sass/layout/_wrapper.sass

3
sass/layout/_wrapper.sass

@ -17,6 +17,7 @@
width: $miniProfileWidth width: $miniProfileWidth
position: fixed position: fixed
top: $menu-height + $gut top: $menu-height + $gut
z-index: 2000
&.right &.right
float: left float: left
@ -47,4 +48,4 @@
ol ol
@extend .clear-fix @extend .clear-fix
clear: both clear: both
position: relative position: relative

Loading…
Cancel
Save