Update style.css
Browse files
style.css
CHANGED
|
@@ -403,9 +403,8 @@ svg {
|
|
| 403 |
}
|
| 404 |
|
| 405 |
.controls-card {
|
| 406 |
-
position:
|
| 407 |
-
z-index:
|
| 408 |
-
top: 10px;
|
| 409 |
margin-top: 18px;
|
| 410 |
padding: 22px;
|
| 411 |
background: rgba(255, 255, 255, 0.96);
|
|
|
|
| 403 |
}
|
| 404 |
|
| 405 |
.controls-card {
|
| 406 |
+
position: relative;
|
| 407 |
+
z-index: 1;
|
|
|
|
| 408 |
margin-top: 18px;
|
| 409 |
padding: 22px;
|
| 410 |
background: rgba(255, 255, 255, 0.96);
|