Skip to content

Commit

Permalink
Fix scroll bug (#54)
Browse files Browse the repository at this point in the history
* Ignore tempoary workspace for deploys.

See updating infographic guide for more details.

* Fix cross-browser issue.
  • Loading branch information
rdebeasi authored and oybed committed Jul 6, 2018
1 parent 9f13da2 commit 73bacba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/css/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -268,8 +268,8 @@ table tbody th {
padding-left: 0px;
display: block;
position: sticky;
float: right;
margin-right: 15px;
margin-left: auto;
}

.stack-text {
Expand Down Expand Up @@ -1585,7 +1585,7 @@ ul.parsley-errors-list li {
background: #000;
font-size: 18px;
line-height: 1.444;
margin-top: 75px;
margin-top: 15px;

color: #646464;
font-family: "Overpass_Regular",Overpass,Helvetica,helvetica,arial,sans-serif;
Expand Down

0 comments on commit 73bacba

Please sign in to comment.