You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12345678910111213
  1. .dc-popup {
  2. position: absolute;
  3. left: 0;
  4. top: 0;
  5. min-width: 120px;
  6. min-height: 10px;
  7. padding: 10px 10px;
  8. background: rgba(255, 255, 255, 1);
  9. border-radius: 4px;
  10. visibility: hidden;
  11. z-index: -1;
  12. cursor: pointer;
  13. }