mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:20 +01:00
Allow notes to scroll as needed.
This commit is contained in:
parent
286cca54e1
commit
c988b33907
@ -9,5 +9,10 @@
|
||||
<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"/>
|
||||
</hbox>
|
||||
<styles>
|
||||
.home_note_portlet .et2_container > div {
|
||||
overflow: auto;
|
||||
}
|
||||
</styles>
|
||||
</template>
|
||||
</overlay>
|
||||
|
Loading…
Reference in New Issue
Block a user