fix(editor): disable touch events on toolbar (#11447)

Closes: [BS-3021](https://linear.app/affine-design/issue/BS-3021/在-toolbar-上禁止-touch-事件冒泡,触发白板缩放)
This commit is contained in:
fundon
2025-04-03 08:27:06 +00:00
parent 64ed23d473
commit e334347592
@@ -57,6 +57,7 @@ export class AffineToolbarWidget extends WidgetComponent {
opacity: 0;
display: none;
width: max-content;
touch-action: none;
backface-visibility: hidden;
z-index: var(--affine-z-index-popover);