stat2025 commited on
Commit
fca4cf3
·
verified ·
1 Parent(s): fc07d9c

Update style.css

Browse files
Files changed (1) hide show
  1. style.css +2 -3
style.css CHANGED
@@ -403,9 +403,8 @@ svg {
403
  }
404
 
405
  .controls-card {
406
- position: sticky;
407
- z-index: 12;
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);