Spaces:
Running
Running
Update index.html
Browse files- 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:
|
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:
|
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 {
|