add bottom padding to sidebar, fix last element being hidden below settings, fix #13264
This commit is contained in:
parent
c3ae01d66f
commit
ccc9db6c54
1 changed files with 1 additions and 0 deletions
|
@ -33,6 +33,7 @@
|
|||
position: relative;
|
||||
height: 100%;
|
||||
overflow: auto;
|
||||
padding-bottom: 44px;
|
||||
-moz-box-sizing: border-box; box-sizing: border-box;
|
||||
}
|
||||
#app-navigation li {
|
||||
|
|
Loading…
Reference in a new issue