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