Browse Source

fix: on logout display the reconnect overlay (#6)

pull/126/head
Strubbl 8 years ago
committed by Cian Butler
parent
commit
ab417875cf
  1. 1
      public/index.html
  2. 1
      public/wetty/index.html

1
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;

1
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;

Loading…
Cancel
Save