Skip to content

Commit

Permalink
Commet area on a spotted CSS adjustment
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaschabariberi committed Dec 4, 2019
1 parent 285d69b commit c3a9965
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/app/app/assets/stylesheets/spotted.scss
Original file line number Diff line number Diff line change
Expand Up @@ -191,10 +191,11 @@ h2.title {

#show .container-right .scroll {
width: 100%;
height: calc(100% - 60px);
height: -moz-calc(100% - 60px);
height: -webkit-calc(100% - 60px);
height: calc(100% - 66px);
height: -moz-calc(100% - 66px);
height: -webkit-calc(100% - 66px);
height: -o-calc(100% - 60px);
padding-top: 10px;
overflow: auto;
}

Expand Down

0 comments on commit c3a9965

Please sign in to comment.