* enable to scroll the setting's page sidebar
add scroll:auto and use margin instead of padding for the bottom
* Update admin.scss
* Update admin.scss
* Update admin.scss
.sidebar {
width: 240px;
height: 100%;
- padding: 20px 0;
-
+ padding: 0;
+ overflow-y: auto;
+
.logo {
display: block;
margin: 40px auto;
list-style: none;
border-radius: 4px 0 0 4px;
overflow: hidden;
+ margin-bottom: 20px;
a {
display: block;
ul {
background: darken($color1, 4%);
border-radius: 0 0 0 4px;
+ margin: 0;
a {
border: 0;