Skip to content

Commit

Permalink
Merge pull request #396 from Cognifide/hotfix/horizontal-scrollbar-on…
Browse files Browse the repository at this point in the history
…-page

horizontal scrollbar - changed main.scss file
  • Loading branch information
tkaik authored Oct 19, 2018
2 parents 271dc56 + 888de7b commit 8c9a71c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ All notable changes to AET will be documented in this file.

## Unreleased
**List of changes that are finished but not yet released in any final version.**
- [PR-396](https://github.com/Cognifide/aet/pull/396) Added horizontal scrollbar for wide pages ([#393](https://github.com/Cognifide/aet/issues/393))
- [PR-403](https://github.com/Cognifide/aet/pull/403) Conditionally passed tests can be accepted ([#400](https://github.com/Cognifide/aet/issues/400))
- [PR-387](https://github.com/Cognifide/aet/pull/387) Set max allowed page screenshot height to 35k pixels.

## Version 3.0.1


- [PR-380](https://github.com/Cognifide/aet/pull/380) Exclude elements position calculated with partial screenshot offset ([#379](https://github.com/Cognifide/aet/issues/379))
- [PR-378](https://github.com/Cognifide/aet/pull/378) OSGI-configurable Chrome options.

Expand Down
1 change: 1 addition & 0 deletions report/src/main/webapp/assets/sass/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ body {
width: 100%;
float: left;
padding: 0 25px;
overflow-x: auto;
}

.is-hidden {
Expand Down

0 comments on commit 8c9a71c

Please sign in to comment.