github.com/grafana/pyroscope@v1.18.0/public/app/components/AppSelector/AppSelector.module.css (about)

     1  .appSelectorModal {
     2    /* upstream code is positioned based on a label */
     3    left: initial !important;
     4    max-width: calc(100vw - 290px);
     5  }
     6  
     7  .noData {
     8    width: 600px;
     9    height: 300px;
    10    display: flex;
    11    justify-content: center;
    12    align-items: center;
    13  }