adjust card mouseover start position

This commit is contained in:
Ryan
2025-04-10 03:18:08 -04:00
committed by GitHub
parent 7cce03d092
commit 5b592575a4
2 changed files with 3 additions and 3 deletions

View File

@@ -299,7 +299,7 @@ export function loadSidebarOrder() {
modal = document.createElement('div');
modal.className = 'header-card-modal';
modal.style.position = 'fixed';
modal.style.top = '80px';
modal.style.top = '55px';
modal.style.right = '80px';
modal.style.zIndex = '11000';
// Render the modal but initially keep it hidden.