mirror of
https://github.com/WatchOutNewsAgency/wona.github.com.git
synced 2026-02-11 14:50:55 +00:00
Fix for annoying overflow scroll issues caused by facebook and twitter share/follow widgets.
This commit is contained in:
@ -89,7 +89,10 @@ body {
|
||||
}
|
||||
}
|
||||
|
||||
#content { > div, > article { width: 100%; }}
|
||||
#content {
|
||||
overflow: hidden;
|
||||
> div, > article { width: 100%; }
|
||||
}
|
||||
|
||||
aside.sidebar {
|
||||
float: none;
|
||||
@ -134,6 +137,7 @@ body.sidebar-footer {
|
||||
}
|
||||
#content {
|
||||
@extend .group;
|
||||
overflow: visible;
|
||||
margin-right: $sidebar-width-medium;
|
||||
position: relative;
|
||||
.no-sidebar & { margin-right: 0; border-right: 0; }
|
||||
|
||||
Reference in New Issue
Block a user