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:
parent
27d6492f40
commit
547c61dc1a
@ -23,7 +23,7 @@
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
height: calc(100% - 54px);
|
||||
overflow: scroll;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
.page-header-inner {
|
||||
@ -107,9 +107,9 @@
|
||||
$breadcrumb-hover-hl: #111;
|
||||
$page-nav-bg: black;
|
||||
|
||||
// .page-nav {
|
||||
// background: $page-nav-bg;
|
||||
// }
|
||||
.page-nav {
|
||||
background: $page-nav-bg;
|
||||
}
|
||||
|
||||
.page-breadcrumb {
|
||||
display: flex;
|
||||
|
Loading…
Reference in New Issue
Block a user