[System Pop Up] Improve help center and what's new popup UI (#4395)

Co-authored-by: github-actions <github-actions@github.com>
This commit is contained in:
bmcomfy
2025-07-09 16:17:50 -07:00
committed by Terry Jia
parent 11b6677438
commit 5ced4eaf04
10 changed files with 125 additions and 95 deletions

View File

@@ -46,7 +46,7 @@
</Teleport>
<!-- Backdrop to close popup when clicking outside -->
<Teleport to="#graph-canvas-container">
<Teleport to="body">
<div
v-if="isHelpCenterVisible"
class="help-center-backdrop"
@@ -101,14 +101,14 @@ onMounted(async () => {
left: 0;
right: 0;
bottom: 0;
z-index: 999;
z-index: 9999;
background: transparent;
}
.help-center-popup {
position: absolute;
bottom: 1rem;
z-index: 1000;
z-index: 10000;
animation: slideInUp 0.2s ease-out;
pointer-events: auto;
}