missing scroll bar on documentation page sidebar

This commit is contained in:
0xRenegade
2022-09-23 20:09:22 -05:00
parent c4d5440453
commit a20810d650
+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 {