Fix save button overlapping notes box
This commit is contained in:
parent
53aa20ebf5
commit
2c59b7d82d
@ -23,7 +23,7 @@
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<div class="page-content">
|
||||
<div class="page-content" style="padding-bottom: 2.5rem;">
|
||||
|
||||
<div class="list no-margin-top no-hairlines">
|
||||
<ul>
|
||||
@ -68,7 +68,7 @@
|
||||
<li class="item-content item-input">
|
||||
<div class="item-inner">
|
||||
<div class="item-input-wrap">
|
||||
<textarea id="notes" placeholder="" class="resizable">{{note.notes}}</textarea>
|
||||
<textarea id="notes">{{note.notes}}</textarea>
|
||||
<span class="input-clear-button"></span>
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user