Fix for filter pane being rendered below dropdowns

This commit is contained in:
navaneeth 2021-04-25 17:35:17 +05:30
parent d7528fffb6
commit 83638ad144

View file

@ -812,4 +812,5 @@ body {
margin-right: 10%;
right: 0;
height: 300px;
z-index: 100;
}