mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Dashboard: Fix empty panels after scrolling on Safari/iOS (#26495)
This commit is contained in:
parent
8584c2d2d5
commit
7417ff015d
@ -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;
|
||||
|
@ -13,6 +13,7 @@
|
||||
width: 100%;
|
||||
flex-grow: 1;
|
||||
min-height: 0;
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.dashboard-content {
|
||||
|
Loading…
Reference in New Issue
Block a user