github.com/argoproj/argo-cd@v1.8.7/ui/src/app/shared/components/yaml-editor/yaml-editor.scss (about)

     1  .yaml-editor {
     2      position: relative;
     3  
     4      &__buttons {
     5          position: absolute;
     6          right: 1em;
     7          top: 1em;
     8          z-index: 1;
     9      }
    10  }