Allow notes to scroll as needed.

This commit is contained in:
Nathan Gray 2015-02-17 16:41:55 +00:00
parent e906d4f67a
commit 37a29dd25d

View File

@ -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>