Skip to content
Snippets Groups Projects
Commit 3572f442 authored by 857b's avatar 857b Committed by Eugen
Browse files

enable to scroll the setting's page sidebar (#1347)

* 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
parent 23eea5c5
No related branches found
No related tags found
No related merge requests found
...@@ -14,8 +14,9 @@ ...@@ -14,8 +14,9 @@
.sidebar { .sidebar {
width: 240px; width: 240px;
height: 100%; height: 100%;
padding: 20px 0; padding: 0;
overflow-y: auto;
.logo { .logo {
display: block; display: block;
margin: 40px auto; margin: 40px auto;
...@@ -27,6 +28,7 @@ ...@@ -27,6 +28,7 @@
list-style: none; list-style: none;
border-radius: 4px 0 0 4px; border-radius: 4px 0 0 4px;
overflow: hidden; overflow: hidden;
margin-bottom: 20px;
a { a {
display: block; display: block;
...@@ -55,6 +57,7 @@ ...@@ -55,6 +57,7 @@
ul { ul {
background: darken($color1, 4%); background: darken($color1, 4%);
border-radius: 0 0 0 4px; border-radius: 0 0 0 4px;
margin: 0;
a { a {
border: 0; border: 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment