Fix bottom padding
This commit is contained in:
parent
0da297c5d3
commit
93f3375c55
|
@ -27,5 +27,9 @@
|
|||
.contents {
|
||||
flex: 1;
|
||||
overflow: auto;
|
||||
|
||||
.bottom {
|
||||
height: $input-padding;
|
||||
}
|
||||
}
|
||||
}
|
|
@ -66,6 +66,7 @@
|
|||
onChange={handleChange}
|
||||
getParentPath={getPath}
|
||||
/>
|
||||
<div class='bottom'></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Reference in New Issue