The date time filter is not rendering calender properly on UI

0
Please guide how to remove this rendering issue.  
asked
1 answers
0

it's a problem with the rich text buttonbar, you can solve it by making it relative by adding in your styledheet main scss:

 

.tox .tox-editor-container {

 

    position: relative;

    z-index: 1;

}

answered