Dashboard: Fix empty panels after scrolling on Safari/iOS (#26495)

This commit is contained in:
Torkel Ödegaard 2020-07-22 13:42:29 +02:00 committed by GitHub
parent 8584c2d2d5
commit 7417ff015d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -5,6 +5,7 @@
padding: 0 16px 0 60px;
display: flex;
flex-grow: 0;
flex-shrink: 0;
border-bottom: 1px solid transparent;
transition-duration: 350ms;
transition-timing-function: ease-in-out;

View File

@ -13,6 +13,7 @@
width: 100%;
flex-grow: 1;
min-height: 0;
display: flex;
}
.dashboard-content {