Skip to content

Commit

Permalink
Merge pull request #734 from AdguardTeam/feature/issues/732-scroll
Browse files Browse the repository at this point in the history
Scrollbar is missing in the filtering log #732
  • Loading branch information
atropnikov committed Jun 9, 2017
2 parents 9b3ffc8 + 831457d commit 928a1af
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions Extension/pages/skin/logpage/css/style.css
@@ -1,6 +1,16 @@
@import url(normalize.css);
@import url(bootstrap-modal-custom.css);

html {
height: 100%;
overflow: scroll;
}

body {
height: 100%;
overflow: scroll;
}

.cf:before,
.cf:after {
content: " ";
Expand Down Expand Up @@ -390,6 +400,7 @@
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
position: relative;
}
.task-manager-content-header-body-col.third-party:after{
content: "Third party";
Expand Down

0 comments on commit 928a1af

Please sign in to comment.