hide the userlist in the background when showing the password overlay
This commit is contained in:
parent
20d0ebfcf4
commit
f2725845cf
2 changed files with 5 additions and 5 deletions
|
@ -64,7 +64,7 @@
|
|||
|
||||
<h1>{% translate "Choose your account" %}</h1>
|
||||
|
||||
<div class="userlistContainer">
|
||||
<div class="userlistContainer" id="userlistContainer">
|
||||
<ul class="userlist">
|
||||
{% for user_ in user_list %}
|
||||
<li class="userlistButton button" data-username="{{ user_.username }}">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue