add bottom padding to sidebar, fix last element being hidden below settings, fix #13264

This commit is contained in:
Jan-Christoph Borchardt 2015-03-17 18:42:11 +01:00
parent c3ae01d66f
commit ccc9db6c54

View file

@ -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 {