farhan vor 4 Monaten
Ursprung
Commit
2e6cfdb961
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  1. 1
    0
      resources/views/digital-card.blade.php

+ 1
- 0
resources/views/digital-card.blade.php Datei anzeigen

@@ -35,6 +35,7 @@
35 35
                 height: 100vh;
36 36
                 pointer-events: none; /* Allows interactions through the overlay */
37 37
                 z-index: 9999; /* Ensures it is on top of other elements */
38
+                opacity: 0.3; /* Set the opacity to a lower value */
38 39
             }
39 40
             .petal-overlay img {
40 41
                 width: 100%;

Laden…
Abbrechen
Speichern