#1003184 Dashboard gadget not scrollable when maximized. IDEMPIERE-1423

This commit is contained in:
Heng Sin Low 2013-10-02 18:00:04 +08:00
parent e6b68845c0
commit bbaacc607a
1 changed files with 4 additions and 0 deletions

View File

@ -641,6 +641,10 @@ div.wc-modal, div.wc-modal-none, div.wc-highlighted, div.wc-highlighted-none {
width: auto;
}
.dashboard-widget.dashboard-widget-max > .z-panel-body > .z-panelchildren {
overflow: auto;
}
.dashboard-report-iframe {
min-height:300px;
border: 1px solid lightgray;