From ab417875cf44178da48c87555c42c99cf8bac034 Mon Sep 17 00:00:00 2001 From: Strubbl Date: Wed, 21 Jun 2017 21:51:31 +0200 Subject: [PATCH] fix: on logout display the reconnect overlay (#6) --- public/index.html | 1 + public/wetty/index.html | 1 + 2 files changed, 2 insertions(+) diff --git a/public/index.html b/public/index.html index db4c3e9..d113cb4 100644 --- a/public/index.html +++ b/public/index.html @@ -18,6 +18,7 @@ width: 100%; background-color: rgba(0,0,0,0.75);; display: none; + z-index: 100; } #overlay input { display: block; diff --git a/public/wetty/index.html b/public/wetty/index.html index db4c3e9..d113cb4 100644 --- a/public/wetty/index.html +++ b/public/wetty/index.html @@ -18,6 +18,7 @@ width: 100%; background-color: rgba(0,0,0,0.75);; display: none; + z-index: 100; } #overlay input { display: block;