Fix: The top of the side panel in Reports page was hidden under header

This commit is contained in:
lscambo13
2025-03-16 15:27:39 +05:30
parent d67c6b510f
commit 96de404c7e

View File

@@ -2426,3 +2426,7 @@ ul.MuiList-root.MuiMenu-list.MuiList-dense>div:first-child {
color: white;
background-color: transparent;
}
#viewPanel .ui-panel-inner{
margin-top: 4em;
}