Fix: The top of the side panel in Reports page was hidden under header
This commit is contained in:
parent
d67c6b510f
commit
96de404c7e
1 changed files with 4 additions and 0 deletions
|
|
@ -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;
|
||||
}
|
||||
Loading…
Reference in a new issue