Small glitch with team social icon popup
-
The pop-up actually pops under, see pic:
I have traced the pop-up in code:
<div class="mt-team-description">
And this div is styled here:
.mt-team-description { -webkit-transition: all .35s ease; background: #363636; left: 30%; margin-top: 15px; opacity: 0; padding: 14px 0; position: absolute; transition: all .35s ease; visibility: hidden; width: 40%; border-radius: 5px; }
I tried to manually add
z-index: 1000;
but it didn’t work.Help please?
UPDATE:
changingposition: absolute;
toposition: relative;
andz-index: 1000;
fixes things in Chrome, however Safari still shows it wrong and the popup is hidden below the “contact” section (I only got Macs here).
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Small glitch with team social icon popup’ is closed to new replies.