Skip to content
Snippets Groups Projects
Commit 5a5484ac authored by iaibrys's avatar iaibrys
Browse files

Left sidebar should be static and not scroll (updates). Fixes #162.

parent 0ff9c836
No related branches found
No related tags found
No related merge requests found
...@@ -24,6 +24,8 @@ ...@@ -24,6 +24,8 @@
top: 100px; top: 100px;
bottom: 0px; bottom: 0px;
margin-right: 20px; margin-right: 20px;
margin-top: 40px;
width: 300px !important;
transition: padding-top 0.3s ease, padding-bottom 0.3s ease; transition: padding-top 0.3s ease, padding-bottom 0.3s ease;
} }
#content { #content {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment