mapshaper 0.6.99 → 0.6.100

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/www/page.css CHANGED
@@ -487,7 +487,8 @@ div.alert-box {
487
487
  box-shadow: 0 1px 7px rgba(0,0,0,0.18);
488
488
  background-color: #fff;
489
489
  font-size: 13px;
490
- z-index: 40;
490
+ /* z-index: 40; */
491
+ z-index: 200;
491
492
  padding: 4px 0;
492
493
  }
493
494
 
@@ -535,7 +536,7 @@ div.alert-box {
535
536
  font-size: 19px;
536
537
  line-height: 1.1;
537
538
  padding: 0;
538
- margin: 0 0 0.3em 0;
539
+ margin: 0 0 0.4em 0;
539
540
  font-weight: normal;
540
541
  }
541
542
 
@@ -757,7 +758,7 @@ body.simplify .layer-control-btn {
757
758
  max-height: 500px;
758
759
  overflow: hidden;
759
760
  overflow-y: auto;
760
- padding: 8px 14px 9px 14px;
761
+ padding: 9px 14px 10px 14px;
761
762
  pointer-events: auto;
762
763
  border-radius: 9px;
763
764
  }