mirror of
https://github.com/portainer/portainer.git
synced 2025-07-25 08:19:40 +02:00
fix(sidebar): fix a display issue on low resolution (#697)
This commit is contained in:
parent
dcce211676
commit
497a8392f6
1 changed files with 4 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue