mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
ux: minor scroll fix
This commit is contained in:
@@ -23,7 +23,7 @@
|
|||||||
position: absolute;
|
position: absolute;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: calc(100% - 54px);
|
height: calc(100% - 54px);
|
||||||
overflow: scroll;
|
overflow: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.page-header-inner {
|
.page-header-inner {
|
||||||
@@ -107,9 +107,9 @@
|
|||||||
$breadcrumb-hover-hl: #111;
|
$breadcrumb-hover-hl: #111;
|
||||||
$page-nav-bg: black;
|
$page-nav-bg: black;
|
||||||
|
|
||||||
// .page-nav {
|
.page-nav {
|
||||||
// background: $page-nav-bg;
|
background: $page-nav-bg;
|
||||||
// }
|
}
|
||||||
|
|
||||||
.page-breadcrumb {
|
.page-breadcrumb {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|||||||
Reference in New Issue
Block a user