fix: show all dashboards (#17399)

pull/17400/head
Alex Boatwright 2020-03-24 11:14:55 -07:00 committed by GitHub
parent 4d60f8e3c9
commit 40d3dd8cc4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ export default class DashboardCards extends PureComponent<Props> {
const frame = this._frame.getBoundingClientRect()
const win = this._window.getBoundingClientRect()
if (frame.height == win.height) {
if (frame.height <= win.height) {
this.setState(
{
windowSize: this.state.windowSize + 1,