@canopy-iiif/app 1.9.21 → 1.10.0
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 +1 -1
- package/ui/dist/server.mjs +457 -384
- package/ui/dist/server.mjs.map +4 -4
- package/ui/styles/components/_sub-navigation.scss +2 -1
- package/ui/styles/index.css +2 -1
|
@@ -119,7 +119,8 @@
|
|
|
119
119
|
.canopy-content-navigation--floating {
|
|
120
120
|
position: fixed;
|
|
121
121
|
top: 1.618rem;
|
|
122
|
-
|
|
122
|
+
left: var(--canopy-content-nav-fixed-left, auto);
|
|
123
|
+
right: auto;
|
|
123
124
|
width: var(--canopy-content-nav-fixed-width, auto);
|
|
124
125
|
z-index: 10;
|
|
125
126
|
max-height: calc(100vh - 1.5rem);
|
package/ui/styles/index.css
CHANGED
|
@@ -2577,7 +2577,8 @@ html.dark .clover-iiif-image-openseadragon .clover-iiif-image-openseadragon-anno
|
|
|
2577
2577
|
.canopy-content-navigation--floating {
|
|
2578
2578
|
position: fixed;
|
|
2579
2579
|
top: 1.618rem;
|
|
2580
|
-
|
|
2580
|
+
left: var(--canopy-content-nav-fixed-left, auto);
|
|
2581
|
+
right: auto;
|
|
2581
2582
|
width: var(--canopy-content-nav-fixed-width, auto);
|
|
2582
2583
|
z-index: 10;
|
|
2583
2584
|
max-height: calc(100vh - 1.5rem);
|