kritzel-stencil 0.0.94 → 0.0.97

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.
@@ -4754,7 +4754,7 @@ const DEFAULT_KRITZEL_CONTROLS = [
4754
4754
  },
4755
4755
  ];
4756
4756
 
4757
- const kritzelEditorCss = ":host{display:flex;margin:0;position:relative;overflow:hidden;width:100%;height:100%;align-items:center;justify-content:center;touch-action:manipulation;user-select:none}kritzel-controls{position:fixed;bottom:32px}";
4757
+ const kritzelEditorCss = ":host{display:flex;margin:0;position:relative;overflow:hidden;width:100%;height:100%;align-items:center;justify-content:center;touch-action:manipulation;user-select:none}kritzel-controls{position:absolute;bottom:32px}";
4758
4758
 
4759
4759
  const KritzelEditor = class {
4760
4760
  constructor(hostRef) {