Skip to content

Commit

Permalink
Merge pull request #1378 from INN/helpdesk-341-twitter-widget-scrollable
Browse files Browse the repository at this point in the history
Scroll fix for largo twitter widget: make the entire interior scrollable
  • Loading branch information
benlk authored Nov 28, 2016
2 parents 14b794d + 8ce2943 commit d27cf8b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions css/style.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion css/style.min.css

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion less/inc/widgets/largo-twitter.less
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
*
* @since 0.5.5
*/
.largo-twitter iframe {
.largo-twitter {
max-height: 600px;
overflow-y: scroll;
}

0 comments on commit d27cf8b

Please sign in to comment.