fix: show all dashboards (#17399)
parent
4d60f8e3c9
commit
40d3dd8cc4
|
@ -111,7 +111,7 @@ export default class DashboardCards extends PureComponent<Props> {
|
||||||
const frame = this._frame.getBoundingClientRect()
|
const frame = this._frame.getBoundingClientRect()
|
||||||
const win = this._window.getBoundingClientRect()
|
const win = this._window.getBoundingClientRect()
|
||||||
|
|
||||||
if (frame.height == win.height) {
|
if (frame.height <= win.height) {
|
||||||
this.setState(
|
this.setState(
|
||||||
{
|
{
|
||||||
windowSize: this.state.windowSize + 1,
|
windowSize: this.state.windowSize + 1,
|
||||||
|
|
Loading…
Reference in New Issue