浏览代码

Merge commit '41cf764bbe'

am
farhan 4 个月前
父节点
当前提交
2e6cfdb961
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1
    0
      resources/views/digital-card.blade.php

+ 1
- 0
resources/views/digital-card.blade.php 查看文件

@@ -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%;

正在加载...
取消
保存