Only set z-index for docker mount warning on welcome page

This commit is contained in:
JonnyWong16 2021-10-21 19:59:29 -07:00
parent c6ff8940b4
commit 5a5e6b2f4e
No known key found for this signature in database
GPG key ID: B1F1F9807184697A
2 changed files with 1 additions and 2 deletions

View file

@ -4526,5 +4526,4 @@ a.donate-with-crypto::after {
.docker-mount {
margin: 20px auto 0 auto;
position: relative;
z-index: 9999;
}

View file

@ -43,7 +43,7 @@
% if plexpy.CONFIG.CHECK_DOCKER_MOUNT and plexpy.DOCKER and not plexpy.DOCKER_MOUNT:
<div class="row">
<div class="col-md-12">
<div class="alert alert-danger docker-mount" role="alert" style="width: 700px;">
<div class="alert alert-danger docker-mount" role="alert" style="width: 700px; z-index: 9999">
The <span class="inline-pre">/config</span> volume mount was not configured properly for the Docker container.
All data may be cleared when the container is recreated or updated.
</div>