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;
}