Skip to content

Commit

Permalink
Remove unwanted scrollbars.
Browse files Browse the repository at this point in the history
Fixes #1610.
  • Loading branch information
ghostwords committed Nov 27, 2017
1 parent 82e41e7 commit 6694acb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions src/skin/popup.css
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ body {
font-family: helvetica, arial, sans-serif;
padding: 8px 15px 0;
box-sizing: border-box;
min-height: 270px;
}
@media screen and (min--moz-device-pixel-ratio:0) {
body{
Expand Down Expand Up @@ -166,6 +167,10 @@ font-size: 16px;
float: left;
}

#blockedResourcesContainer {
min-height: 70px;
}

.ui-slider {
opacity: 0;
z-index: 20;
Expand Down
2 changes: 1 addition & 1 deletion src/skin/popup.html
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ <h1 id="report_title" class="i18n_report_title"></h1>
<div id="blockedResources"><span class="options_loading"></span></div>
</div>

<div id="big-badger-logo" style="display:none; text-align:center; margin:18px 0;">
<div id="big-badger-logo" style="display:none; text-align:center; margin:25px 0;">
<img src="/icons/badger-128.png" alt="">
</div>

Expand Down

0 comments on commit 6694acb

Please sign in to comment.