Spaces:
Sleeping
Sleeping
Update static/style.css
Browse files- static/style.css +2 -1
static/style.css
CHANGED
|
@@ -123,6 +123,7 @@ body{
|
|
| 123 |
margin-bottom: 20px; /* Adds spacing below each container */
|
| 124 |
flex-basis: calc(100% - 40px); /* Ensures each container has a minimum width */
|
| 125 |
flex-shrink: 0; /* Prevents the container from shrinking */
|
|
|
|
| 126 |
}
|
| 127 |
|
| 128 |
#backgroundimg {
|
|
@@ -569,7 +570,7 @@ cursor: pointer;
|
|
| 569 |
/* margin-left: 300px; */
|
| 570 |
margin-left:60% ;
|
| 571 |
margin-right: 20px;
|
| 572 |
-
|
| 573 |
position: absolute;
|
| 574 |
}
|
| 575 |
|
|
|
|
| 123 |
margin-bottom: 20px; /* Adds spacing below each container */
|
| 124 |
flex-basis: calc(100% - 40px); /* Ensures each container has a minimum width */
|
| 125 |
flex-shrink: 0; /* Prevents the container from shrinking */
|
| 126 |
+
z-index: 90;
|
| 127 |
}
|
| 128 |
|
| 129 |
#backgroundimg {
|
|
|
|
| 570 |
/* margin-left: 300px; */
|
| 571 |
margin-left:60% ;
|
| 572 |
margin-right: 20px;
|
| 573 |
+
z-index: 99999;
|
| 574 |
position: absolute;
|
| 575 |
}
|
| 576 |
|