🐛 Fixed the issue of block creation

This commit is contained in:
2025-06-19 13:40:25 +08:00
parent a62ea251cd
commit f2894b2a89
8 changed files with 82 additions and 62 deletions

View File

@@ -132,11 +132,7 @@ onUnmounted(() => {
border-bottom: 1px solid var(--toolbar-border, rgba(0, 0, 0, 0.1));
user-select: none;
-webkit-user-select: none;
position: fixed;
top: 0;
left: 0;
right: 0;
z-index: 1000;
width: 100%;
font-family: -apple-system, BlinkMacSystemFont, 'SF Pro Display', system-ui, sans-serif;
-webkit-context-menu: none;