We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef0516b commit 99e4031Copy full SHA for 99e4031
static/layout.less
@@ -69,6 +69,8 @@
69
flex-grow: 1;
70
background: white;
71
height: inherit;
72
+ overflow-x: hidden;
73
+ overflow-y: auto;
74
}
75
.bottom-right {
76
static/sidebar.less
@@ -79,11 +79,11 @@ img.social-icon-small{
79
color: darken(@link-color,10%);
80
81
// Highest parent level
82
- .nav-menu {
+ .nav-menu {
83
84
overflow-y: auto;
85
& > .scrollable-contents {
86
- padding: @gutter*2;
+ padding: @gutter * 2 @gutter * 2 0;
87
& > ul {
88
padding: 0;
89
0 commit comments