mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-15 01:32:57 -07:00
Only set z-index for docker mount warning on welcome page
This commit is contained in:
parent
c6ff8940b4
commit
5a5e6b2f4e
2 changed files with 1 additions and 2 deletions
|
@ -4526,5 +4526,4 @@ a.donate-with-crypto::after {
|
|||
.docker-mount {
|
||||
margin: 20px auto 0 auto;
|
||||
position: relative;
|
||||
z-index: 9999;
|
||||
}
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue