mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
scroll: remove firefox scrollbars
This commit is contained in:
@@ -44,9 +44,8 @@ div.flot-text {
|
||||
padding: $panel-padding;
|
||||
height: calc(100% - 27px);
|
||||
position: relative;
|
||||
overflow: hidden;
|
||||
// Fixes scrolling on mobile devices
|
||||
overflow-y: scroll;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
.panel-title-container {
|
||||
|
||||
Reference in New Issue
Block a user