Is it possible to hide the floating toolbar?

There isn’t an argument for this yet, so for now you have to hide them with an external CSS stylesheet by setting

._dash-undo-redo {
  display: none;
}
6 Likes