mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
scrollbar: fix graph legend height
This commit is contained in:
@@ -49,6 +49,7 @@
|
||||
}
|
||||
|
||||
.graph-legend {
|
||||
display: flex;
|
||||
flex: 0 1 auto;
|
||||
max-height: 30%;
|
||||
margin: 0;
|
||||
@@ -56,7 +57,8 @@
|
||||
padding-top: 6px;
|
||||
position: relative;
|
||||
|
||||
height: 100%;
|
||||
// fix for Firefox (white stripe on the right of scrollbar)
|
||||
width: 99%;
|
||||
|
||||
.popover-content {
|
||||
padding: 0;
|
||||
@@ -67,6 +69,10 @@
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.graph-legend-scroll {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.graph-legend-icon {
|
||||
position: relative;
|
||||
padding-right: 4px;
|
||||
|
||||
@@ -192,12 +192,12 @@
|
||||
|
||||
// Width needs to be set to prevent content width issues
|
||||
// Set to 99% instead of 100% for fixing Firefox issue (white stripe on the right of scrollbar)
|
||||
min-width: 99%;
|
||||
width: 99%;
|
||||
}
|
||||
|
||||
// Fix for side menu on mobile devices
|
||||
.main-view.baron {
|
||||
min-width: unset;
|
||||
width: unset;
|
||||
}
|
||||
|
||||
.baron__clipper {
|
||||
|
||||
Reference in New Issue
Block a user