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 3f7d989 commit 6ea1e97Copy full SHA for 6ea1e97
js/docs.js
@@ -171,11 +171,13 @@ $(".navbar-toggle").click(function(){
171
$(".sidebar, .sidebar-home").each(function(){
172
if($(this).hasClass("hidden-sm")) {
173
$(this).removeClass("hidden-sm");
174
+ $(this).css("overflow-y","scroll");
175
} else {
176
$(this).addClass("hidden-sm");
177
}
178
if($(this).hasClass("hidden-xs")) {
179
$(this).removeClass("hidden-xs");
180
181
182
$(this).addClass("hidden-xs");
183
0 commit comments