#1003184 Dashboard gadget not scrollable when maximized. IDEMPIERE-1423
This commit is contained in:
parent
e6b68845c0
commit
bbaacc607a
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue