@hanology/cham-browser 0.4.26 → 0.4.27
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
|
@@ -475,6 +475,12 @@ onBeforeUnmount(() => {
|
|
|
475
475
|
|
|
476
476
|
.ann-sheet.vertical .ann-sheet-handle {
|
|
477
477
|
writing-mode: horizontal-tb;
|
|
478
|
+
position: absolute;
|
|
479
|
+
top: 0;
|
|
480
|
+
left: 0;
|
|
481
|
+
right: 0;
|
|
482
|
+
padding: 6px 0 0;
|
|
483
|
+
z-index: 1;
|
|
478
484
|
}
|
|
479
485
|
|
|
480
486
|
.ann-sheet.vertical .ann-sheet-head {
|