Browse Source

Issue #265 Summary:
- Problem: Skip objects icon (z-10) overlays the 3-dot menu dropdown (z-10)
- Fix: Increased menu dropdown z-index from z-10 to z-20
- File: frontend/src/pages/PrintersPage.tsx:1606

Closes #265

maziggy 3 months ago
parent
commit
a92db92a0c
3 changed files with 2 additions and 2 deletions
  1. 1 1
      frontend/src/pages/PrintersPage.tsx
  2. 0 0
      static/assets/index-zgloQdA_.js
  3. 1 1
      static/index.html

+ 1 - 1
frontend/src/pages/PrintersPage.tsx

@@ -1603,7 +1603,7 @@ function PrinterCard({
                 <MoreVertical className="w-4 h-4" />
               </Button>
               {showMenu && (
-                <div className="absolute right-0 mt-2 w-48 bg-bambu-dark-secondary border border-bambu-dark-tertiary rounded-lg shadow-lg z-10">
+                <div className="absolute right-0 mt-2 w-48 bg-bambu-dark-secondary border border-bambu-dark-tertiary rounded-lg shadow-lg z-20">
                   <button
                     className={`w-full px-4 py-2 text-left text-sm flex items-center gap-2 ${
                       hasPermission('printers:update')

File diff suppressed because it is too large
+ 0 - 0
static/assets/index-zgloQdA_.js


+ 1 - 1
static/index.html

@@ -23,7 +23,7 @@
 
     <!-- Splash screens for iOS -->
     <link rel="apple-touch-startup-image" href="/img/android-chrome-512x512.png" />
-    <script type="module" crossorigin src="/assets/index-mqcja8gj.js"></script>
+    <script type="module" crossorigin src="/assets/index-zgloQdA_.js"></script>
     <link rel="stylesheet" crossorigin href="/assets/index-CosC5iN4.css">
   </head>
   <body>

Some files were not shown because too many files changed in this diff