Skip to content

Commit d650746

Browse files
Make source files sidebar scrolling independant
1 parent 4a1b346 commit d650746

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

templates/style/base.scss

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -812,6 +812,17 @@ ul.pure-menu-list {
812812
}
813813
}
814814

815+
#side-menu {
816+
position: relative;
817+
818+
.package-menu {
819+
position: absolute;
820+
top: 0;
821+
bottom: 0;
822+
overflow: auto;
823+
}
824+
}
825+
815826
#side-menu.collapsed {
816827
max-width: 46px;
817828

@@ -834,6 +845,7 @@ ul.pure-menu-list {
834845
#source-code {
835846
pre {
836847
margin-top: 0;
848+
margin-bottom: 0;
837849
}
838850

839851
&.expanded {

0 commit comments

Comments
 (0)