Commit 7417ff01 by Torkel Ödegaard Committed by GitHub

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

parent 8584c2d2
...@@ -5,6 +5,7 @@ ...@@ -5,6 +5,7 @@
padding: 0 16px 0 60px; padding: 0 16px 0 60px;
display: flex; display: flex;
flex-grow: 0; flex-grow: 0;
flex-shrink: 0;
border-bottom: 1px solid transparent; border-bottom: 1px solid transparent;
transition-duration: 350ms; transition-duration: 350ms;
transition-timing-function: ease-in-out; transition-timing-function: ease-in-out;
......
...@@ -13,6 +13,7 @@ ...@@ -13,6 +13,7 @@
width: 100%; width: 100%;
flex-grow: 1; flex-grow: 1;
min-height: 0; min-height: 0;
display: flex;
} }
.dashboard-content { .dashboard-content {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment