styles for inputbox
This commit is contained in:
parent
a07038e4bd
commit
147f34c1fd
2 changed files with 5 additions and 1 deletions
|
|
@ -48,6 +48,10 @@
|
||||||
|
|
||||||
.footer {
|
.footer {
|
||||||
position: sticky;
|
position: sticky;
|
||||||
|
display: flex;
|
||||||
|
align-items: stretch;
|
||||||
|
flex-direction: column;
|
||||||
|
padding: 0;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -49,7 +49,7 @@
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
ref="footer"
|
ref="footer"
|
||||||
class="panel-body footer"
|
class="panel-footer -flexible-height footer"
|
||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
class="jump-to-bottom-button"
|
class="jump-to-bottom-button"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue