Skip to content
This repository has been archived by the owner on Dec 3, 2020. It is now read-only.

Commit

Permalink
Merge pull request #292 from Osmose/scrollbars-again
Browse files Browse the repository at this point in the history
Fix #290: Do not allow scrollbars on the entire popup itself.
  • Loading branch information
Osmose authored Nov 28, 2018
2 parents a0c327f + 9e78d8b commit 7357f56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/browser_action/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ body {
font-size: 13px;
margin: 0;
max-height: 600px;
overflow: auto;
overflow: hidden;
padding: 0;
}

Expand Down

0 comments on commit 7357f56

Please sign in to comment.