diff --git a/css/base.css b/css/base.css index cd11b53..684be76 100644 --- a/css/base.css +++ b/css/base.css @@ -299,4 +299,5 @@ p.top { position: fixed; right: 1rem; bottom: 1rem; + z-index: 16; } diff --git a/css/modal.css b/css/modal.css index e544ff4..64e69ef 100644 --- a/css/modal.css +++ b/css/modal.css @@ -1,7 +1,7 @@ .modal { display: none; position: fixed; - z-index: 1; + z-index: 12; top: 0; left: 0; width: 100%; diff --git a/html/admin.html b/html/admin.html index 3b5f6a3..a1a3440 100644 --- a/html/admin.html +++ b/html/admin.html @@ -15,7 +15,6 @@ Login - @@ -30,7 +29,7 @@