Fix bottom padding

This commit is contained in:
josdejong 2020-05-13 20:44:03 +02:00
parent 0da297c5d3
commit 93f3375c55
2 changed files with 5 additions and 0 deletions

View File

@ -27,5 +27,9 @@
.contents {
flex: 1;
overflow: auto;
.bottom {
height: $input-padding;
}
}
}

View File

@ -66,6 +66,7 @@
onChange={handleChange}
getParentPath={getPath}
/>
<div class='bottom'></div>
</div>
</div>