@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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hanology/cham-browser",
3
- "version": "0.4.26",
3
+ "version": "0.4.27",
4
4
  "description": "CHAM — browser-compatible parser, serializer, and site generator for Classical Han Annotated Markdown",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -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 {