Commit b2b017e5eb6dbb3981207cfcaaa726fba543a5ec
1 parent
eb79b82f
first
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
frontend/web/css/vacancies.css
| ... | ... | @@ -522,7 +522,7 @@ a.special-talents-text-2-img:hover { |
| 522 | 522 | display: inline-block; |
| 523 | 523 | } |
| 524 | 524 | #overlay { |
| 525 | - z-index: 3; | |
| 525 | + z-index: 99991; | |
| 526 | 526 | position: fixed; |
| 527 | 527 | background-color: #000; |
| 528 | 528 | opacity: 0.8; |
| ... | ... | @@ -546,5 +546,5 @@ a.special-talents-text-2-img:hover { |
| 546 | 546 | margin-left: -150px; |
| 547 | 547 | display: none; |
| 548 | 548 | opacity: 0; |
| 549 | - z-index: 5; | |
| 549 | + z-index: 999992; | |
| 550 | 550 | } |
| 551 | 551 | \ No newline at end of file | ... | ... |