Skip to content

Commit

Permalink
Merge pull request gitcoinco#109 from thelostone-mc/master
Browse files Browse the repository at this point in the history
css: fixed overflow scroll on tip recieve page
  • Loading branch information
owocki authored Dec 13, 2017
2 parents 99a230b + 17f2905 commit 4406e9f
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions app/assets/yge/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ body {
width: 100%;
}

#yge {
overflow-y: hidden;
}

/*
Identity by HTML5 UP
html5up.net | @ajlkn
Expand Down Expand Up @@ -733,7 +737,7 @@ body {
#main #send_eth #advanced div{
padding-top: 10px;
}
#main #send_eth input,
#main #send_eth input,
#main #send_eth select{
font-size: 12px;
}
Expand Down Expand Up @@ -904,7 +908,7 @@ body {
top:0px;
width: 100%;
z-index: 99999;
background-color: #f44336;
background-color: #f44336;
color: white;
position: fixed;
text-align: center;
Expand Down

0 comments on commit 4406e9f

Please sign in to comment.