| ... | ... |
@@ -89,7 +89,10 @@ body {
|
| 89 | 89 |
} |
| 90 | 90 |
} |
| 91 | 91 |
|
| 92 |
-#content { > div, > article { width: 100%; }}
|
|
| 92 |
+#content {
|
|
| 93 |
+ overflow: hidden; |
|
| 94 |
+ > div, > article { width: 100%; }
|
|
| 95 |
+} |
|
| 93 | 96 |
|
| 94 | 97 |
aside.sidebar {
|
| 95 | 98 |
float: none; |
| ... | ... |
@@ -134,6 +137,7 @@ body.sidebar-footer {
|
| 134 | 134 |
} |
| 135 | 135 |
#content {
|
| 136 | 136 |
@extend .group; |
| 137 |
+ overflow: visible; |
|
| 137 | 138 |
margin-right: $sidebar-width-medium; |
| 138 | 139 |
position: relative; |
| 139 | 140 |
.no-sidebar & { margin-right: 0; border-right: 0; }
|