privateuserh commited on
Commit
8c7ab80
·
verified ·
1 Parent(s): 0591a8b

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +2 -2
index.html CHANGED
@@ -66,13 +66,13 @@
66
  position: fixed; bottom: 30px; right: 30px; width: 60px; height: 60px;
67
  background-color: #007bff; color: white; border-radius: 50%; border: none;
68
  box-shadow: 0 6px 15px rgba(0,0,0,0.2); font-size: 28px;
69
- display: none; /* Hidden by default until user logs in */
70
  align-items: center; justify-content: center; cursor: pointer;
71
  z-index: 999;
72
  }
73
  .modal-overlay {
74
  position: fixed; top: 0; left: 0; width: 100%; height: 100%;
75
- background: rgba(0, 0, 0, 0.6); display: none;
76
  align-items: center; justify-content: center; z-index: 1000;
77
  }
78
  .modal-content {
 
66
  position: fixed; bottom: 30px; right: 30px; width: 60px; height: 60px;
67
  background-color: #007bff; color: white; border-radius: 50%; border: none;
68
  box-shadow: 0 6px 15px rgba(0,0,0,0.2); font-size: 28px;
69
+ display: flex; /* Hidden by default until user logs in */
70
  align-items: center; justify-content: center; cursor: pointer;
71
  z-index: 999;
72
  }
73
  .modal-overlay {
74
  position: fixed; top: 0; left: 0; width: 100%; height: 100%;
75
+ background: rgba(0, 0, 0, 0.6); display: flex;
76
  align-items: center; justify-content: center; z-index: 1000;
77
  }
78
  .modal-content {