Skip to content

Commit 73bacba

Browse files
rdebeasioybed
authored andcommitted
Fix scroll bug (#54)
* Ignore tempoary workspace for deploys. See updating infographic guide for more details. * Fix cross-browser issue.
1 parent 9f13da2 commit 73bacba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

website/css/app.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -268,8 +268,8 @@ table tbody th {
268268
padding-left: 0px;
269269
display: block;
270270
position: sticky;
271-
float: right;
272271
margin-right: 15px;
272+
margin-left: auto;
273273
}
274274

275275
.stack-text {
@@ -1585,7 +1585,7 @@ ul.parsley-errors-list li {
15851585
background: #000;
15861586
font-size: 18px;
15871587
line-height: 1.444;
1588-
margin-top: 75px;
1588+
margin-top: 15px;
15891589

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

0 commit comments

Comments
 (0)