orders.css 155 B

12345678910
  1. #ordersStrand{
  2. display: none;
  3. align-items: center;
  4. }
  5. #orderList{
  6. width: 50%;
  7. margin-top: 50px;
  8. overflow-y: auto;
  9. }