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)
5 lines
No EOL
332 B
Text
5 lines
No EOL
332 B
Text
<div class="zammad-chat-modal-text">
|
|
<%- @T('We are sorry, it takes longer as expected to get an empty slot. Please try again later or send us an email. Thank you!') %>
|
|
<br>
|
|
<div class="zammad-chat-button js-restart"<%= " style='background: #{ @background }'" if @background %>><%- @T('Start new conversation') %></div>
|
|
</div> |