mirror of https://github.com/portainer/portainer
fix(sidebar): fix a display issue on low resolution (#697)
parent
dcce211676
commit
497a8392f6
|
@ -286,6 +286,10 @@ a[ng-click]{
|
|||
margin: 0 auto;
|
||||
}
|
||||
|
||||
ul.sidebar {
|
||||
bottom: 40px;
|
||||
}
|
||||
|
||||
ul.sidebar .sidebar-list a.active {
|
||||
color: #fff;
|
||||
text-indent: 22px;
|
||||
|
|
Loading…
Reference in New Issue