missing scroll bar on documentation page sidebar

This commit is contained in:
0xRenegade
2022-09-23 20:09:22 -05:00
parent b457823654
commit 2057df1924
+2 -1
View File
@@ -53,7 +53,8 @@ a:hover {
.navbar {
border-radius: 0;
clear: both;
margin-bottom: 0
margin-bottom: 0;
overflow-y: auto;
}
.navbar-default {