Styling changes, avoid glitches even on very small screens.

This commit is contained in:
2025-09-25 19:19:40 +00:00
parent 74de1481c0
commit bba53f8562
9 changed files with 46 additions and 64 deletions
+1 -1
View File
@@ -206,7 +206,7 @@ onUnmounted(() => {
</div>
</template>
<style scoped>
<style>
.ec-modal {
position: fixed; /* still fixed for overlay & dragging, but now top/left are set dynamically */
background: color-mix(in srgb, var(--panel) 85%, transparent);