github.com/kjdelisle/consul@v1.4.5/ui/tests/runner.css (about)

     1  #ember-testing-container {
     2    position: absolute;
     3    bottom: 0;
     4    right: 0;
     5    width: 640px;
     6    height: 384px;
     7    overflow: auto;
     8    z-index: 9999;
     9    border: 1px solid #ccc;
    10    background: white; 
    11  }
    12  #ember-testing {
    13    zoom: 50%;
    14  }