Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Fix testnet faucet iFrame
  • Loading branch information
katomm committed Sep 7, 2021
commit 7c6e6786b5b9fb391d411a76e91ff84eef6a9c5a
2 changes: 1 addition & 1 deletion src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ div#faucetcontainer {
/* determines where the bottom of the page cuts off */
margin-left: -300px;
/* defines the left clipping of the faucet page */
margin-top: -1270px !important;
margin-top: -1010px !important;
/* defines the top clipping of the faucet page */
overflow: hidden;
-webkit-resize: none;
Expand Down