G
G
Georgy Bukharov2017-06-27 12:49:29
HTML
Georgy Bukharov, 2017-06-27 12:49:29

Why isn't the section overlay showing on Macbook?

On the main screen, in the section main.
Not shown on all other devices/browsers.
Here is the site: styazhkapola72.ru
HTML:

<div class="main-overlay">
</div>

CSS:
.main-overlay {
    background-image: url(../img/backgrounds/overlay.png);
    background-position: top right;
    -webkit-background-size: cover;
    background-size: cover;
    height: 100%;
    z-index: -1;
}

Answer the question

In order to leave comments, you need to log in

1 answer(s)
E
Eugene, 2017-06-27
@iamd503

set main z-index: 2;

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question