mirror of
https://github.com/LibreTranslate/LibreTranslate.git
synced 2025-05-14 22:13:02 +00:00
Fix z-index
This commit is contained in:
parent
937d8f0503
commit
fd0119bf70
1 changed files with 1 additions and 1 deletions
|
@ -171,7 +171,7 @@
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
{% if under_attack %}
|
{% if under_attack %}
|
||||||
<div class="card horizontal">
|
<div class="card horizontal" style="z-index: -1;">
|
||||||
<div class="card-stacked">
|
<div class="card-stacked">
|
||||||
<div class="card-content center">
|
<div class="card-content center">
|
||||||
<i class="material-icons" style="position: relative; top: 4px;">warning</i> {{ _h("Due to bot abuse, translation requests are temporarily limited to users with a valid API key. Sorry for the inconvenience!") }}</p>
|
<i class="material-icons" style="position: relative; top: 4px;">warning</i> {{ _h("Due to bot abuse, translation requests are temporarily limited to users with a valid API key. Sorry for the inconvenience!") }}</p>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue