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

remotes/origin/etag-endpoint
Jan-Christoph Borchardt 11 years ago
parent c3ae01d66f
commit ccc9db6c54
  1. 1
      core/css/apps.css

@ -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…
Cancel
Save