Skip to content

Commit

Permalink
Remove double scroll bar (hyperledger-archives#1527)
Browse files Browse the repository at this point in the history
  • Loading branch information
Liam Grace authored and cazfletch committed Jul 12, 2017
1 parent 7e6c956 commit e614ac0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,17 @@ app-footer {
position: relative;
display: flex;
width: 100%;
bottom: -($space-large);

.footer-main{
position: relative;
bottom: 0;
flex: 1;
padding: 22px 10px 22px 10px;
padding: 20px 10px 20px 10px;
border-top: solid 1px #D0DADA;
color: $secondary-text ;
font-size: 12px;
display: flex;
height: 62px;
height: 55px;

.footer-left, .footer-right{
flex:1;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@
.main-view {
background-color: $fourth-highlight;
width: 100%;
padding: $space-large;
padding: $space-large $space-large 0 $space-large;
}
}

0 comments on commit e614ac0

Please sign in to comment.