vitess.io/vitess@v0.16.2/web/vtadmin/src/components/dropdown/Dropdown.module.scss (about)

     1  .topLeft {
     2      bottom: calc(100% + 1em);
     3      right: 0;
     4  }
     5  
     6  .topRight {
     7      bottom: calc(100% + 1em);
     8      left: 0;
     9  }