@citolab/qti-components 6.9.1-beta.5 → 6.9.1-beta.6
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/dist/item.css +2 -2
- package/package.json +1 -1
package/dist/item.css
CHANGED
|
@@ -356,7 +356,7 @@ qti-response-declaration {
|
|
|
356
356
|
display: block;
|
|
357
357
|
}
|
|
358
358
|
|
|
359
|
-
|
|
359
|
+
[popover] {
|
|
360
360
|
position: fixed;
|
|
361
361
|
inset: 0;
|
|
362
362
|
margin: auto;
|
|
@@ -370,7 +370,7 @@ qti-response-declaration {
|
|
|
370
370
|
[popovertarget] {
|
|
371
371
|
all: unset;
|
|
372
372
|
cursor: pointer;
|
|
373
|
-
}
|
|
373
|
+
}
|
|
374
374
|
|
|
375
375
|
/* components */
|
|
376
376
|
|