@canopy-iiif/app 1.6.7 → 1.6.8

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@canopy-iiif/app",
3
- "version": "1.6.7",
3
+ "version": "1.6.8",
4
4
  "private": false,
5
5
  "license": "MIT",
6
6
  "author": "Mat Jordan <mat@northwestern.edu>",
@@ -6,6 +6,7 @@
6
6
  border-radius: 0.5rem;
7
7
  overflow: hidden;
8
8
  background-color: var(--color-gray-100);
9
+ z-index: 0;
9
10
 
10
11
  .leaflet-control-attribution {
11
12
  display: none;
@@ -2721,6 +2721,7 @@ html.dark .canopy-iiif-image .clover-iiif-image-openseadragon .clover-iiif-image
2721
2721
  border-radius: 0.5rem;
2722
2722
  overflow: hidden;
2723
2723
  background-color: var(--color-gray-100);
2724
+ z-index: 0;
2724
2725
  }
2725
2726
  .canopy-map .leaflet-control-attribution {
2726
2727
  display: none;