69baae7370
- increase close button click area (new toggle method) - increase font-size on mobile to 16px to prevent zoom - switch to percentage height on mobile instead of vh - smooth scrolling in the chat body - disable background scroll - make modal windows fullscreen (overlap input field)
9 lines
No EOL
383 B
Text
9 lines
No EOL
383 B
Text
<div class="zammad-chat-modal-text">
|
|
<span class="zammad-chat-loading-animation">
|
|
<span class="zammad-chat-loading-circle"></span>
|
|
<span class="zammad-chat-loading-circle"></span>
|
|
<span class="zammad-chat-loading-circle"></span>
|
|
</span>
|
|
<%- @T('All colleagues are busy.') %><br>
|
|
<%- @T('You are on waiting list position <strong>%s</strong>.', @position) %>
|
|
</div> |