Skip to content
This repository was archived by the owner on Aug 20, 2020. It is now read-only.

Commit f699dda

Browse files
SwaderJoshOrndorff
andauthored
Remove overflow to fix render bug (#32)
* Remove overflow to fix render bug Closes #31 * completely remove breaking div Co-authored-by: Joshy Orndorff <[email protected]>
1 parent 9d4a001 commit f699dda

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tuts/build-a-dapp/v2.0.0-alpha.6/front-end.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,6 @@ substrate-front-end-template
4848

4949
Delete the contents of that file, and instead use the following component.
5050

51-
<div style="max-height: 20em; overflow: auto; margin-bottom: 1em;">
52-
5351
```js
5452
// React and Semantic UI elements.
5553
import React, { useState, useEffect } from 'react';
@@ -176,7 +174,6 @@ export default function ProofOfExistence (props) {
176174
);
177175
}
178176
```
179-
</div>
180177

181178
We won't walk you step by step through the creation of this component, but do look over the code
182179
comments to learn what each part is doing.

0 commit comments

Comments
 (0)