Revert height of the side panel on the home page

This commit is contained in:
sabaimran
2024-08-03 11:59:07 +05:30
parent e66adf60c5
commit 6c35ee4960

View File

@@ -89,7 +89,7 @@ div.homeGreetings {
div.sidePanel {
position: fixed;
height: max-content;
height: 100%;
}