Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
nexpie-grafana-theme
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Registry
Registry
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kornkitt Poolsup
nexpie-grafana-theme
Commits
3305ac1f
Unverified
Commit
3305ac1f
authored
May 16, 2018
by
Daniel Lee
Committed by
GitHub
May 16, 2018
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #11946 from grafana/11937-panel-content
scroll: temporary fix for double scrollbar issue
parents
0841e67d
567fec40
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
+8
-0
public/sass/pages/_dashboard.scss
+8
-0
No files found.
public/sass/pages/_dashboard.scss
View file @
3305ac1f
...
@@ -44,10 +44,18 @@ div.flot-text {
...
@@ -44,10 +44,18 @@ div.flot-text {
padding
:
$panel-padding
;
padding
:
$panel-padding
;
height
:
calc
(
100%
-
27px
);
height
:
calc
(
100%
-
27px
);
position
:
relative
;
position
:
relative
;
// Fixes scrolling on mobile devices
// Fixes scrolling on mobile devices
overflow
:
auto
;
overflow
:
auto
;
}
}
// For larger screens, set back to hidden to avoid double scroll bars
@include
media-breakpoint-up
(
md
)
{
.panel-content
{
overflow
:
hidden
;
}
}
.panel-title-container
{
.panel-title-container
{
min-height
:
9px
;
min-height
:
9px
;
cursor
:
move
;
cursor
:
move
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment