mirror of
https://github.com/grafana/grafana.git
synced 2024-11-26 19:00:54 -06:00
Merge pull request #11796 from alexanderzobnin/fix-11710
scroll: fix scrolling on mobile Chrome
This commit is contained in:
commit
7db9cc3bf0
@ -44,7 +44,8 @@ div.flot-text {
|
|||||||
padding: $panel-padding;
|
padding: $panel-padding;
|
||||||
height: calc(100% - 27px);
|
height: calc(100% - 27px);
|
||||||
position: relative;
|
position: relative;
|
||||||
overflow: hidden;
|
// Fixes scrolling on mobile devices
|
||||||
|
overflow: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.panel-title-container {
|
.panel-title-container {
|
||||||
|
Loading…
Reference in New Issue
Block a user