Skip to content
Snippets Groups Projects
Commit acaa6bb2 authored by Pan's avatar Pan
Browse files

refine sidebar css

parent 7d6917a5
No related branches found
No related tags found
No related merge requests found
......@@ -59,12 +59,17 @@
bottom: 0;
left: 0;
z-index: 1001;
overflow-x: hidden;
overflow: hidden;
transition: all .28s ease-out;
@include scrollBar;
}
.sidebar-container {
transition: all .28s ease-out;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: -17px;
overflow-y: scroll;
}
.main-container {
min-height: 100%;
......
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