mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Fixed css issue with sidenav not extending to bottom of page when dashboard requires scrolling, #1483
This commit is contained in:
parent
0767992662
commit
ed0fabd9de
@ -1,7 +1,12 @@
|
||||
.sidemenu-canvas {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.sidemenu-wrapper {
|
||||
position: absolute;
|
||||
display: none;
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
width: 200px;
|
||||
background: @bodyBackground;
|
||||
|
Loading…
Reference in New Issue
Block a user