.paintbrush-btn {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0;
  z-index: calc(var(--op-z-index-header) + 1);
}
