forked from extern/egroupware
Allow notes to scroll as needed.
This commit is contained in:
parent
e906d4f67a
commit
37a29dd25d
@ -9,5 +9,10 @@
|
|||||||
<button statustext="Apply the changes" label="Apply" id="apply" image="apply" background_image="1"/>
|
<button statustext="Apply the changes" label="Apply" id="apply" image="apply" background_image="1"/>
|
||||||
<button statustext="leave without saveing the entry" label="Cancel" id="cancel" onclick="window.close();" image="cancel" background_image="1"/>
|
<button statustext="leave without saveing the entry" label="Cancel" id="cancel" onclick="window.close();" image="cancel" background_image="1"/>
|
||||||
</hbox>
|
</hbox>
|
||||||
|
<styles>
|
||||||
|
.home_note_portlet .et2_container > div {
|
||||||
|
overflow: auto;
|
||||||
|
}
|
||||||
|
</styles>
|
||||||
</template>
|
</template>
|
||||||
</overlay>
|
</overlay>
|
||||||
|
Loading…
Reference in New Issue
Block a user