Fix bottom margin overlapping

This commit is contained in:
Willian Mitsuda 2021-07-29 22:56:06 -03:00
parent 3b6992bb6d
commit 894b1370f1
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ const Blocks: React.FC<BlocksProps> = ({ latestBlock }) => {
}, [provider, latestBlock]);
return (
<div className="w-full h-full">
<div className="w-full mb-auto">
<div className="m-10 divide-y-2">
<div className="grid grid-cols-8 px-3 py-2">
<div>Block</div>