summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorDevlin Junker <devlin.junker@gmail.com>2023-10-04 14:59:04 -0700
committerBenjamin Brahmer <info@b-brahmer.de>2023-10-06 08:18:41 +0200
commit00d1d65ea462030bc7d599dc2ee2110fcdd183df (patch)
treed7a8f03024d62e4ffa7f3408269e929ce64771e1 /templates
parentb6a42935399bb14afd06201034b3828a888e1d79 (diff)
display vue errors and axios errors in top right popover
Signed-off-by: Devlin Junker <devlin.junker@gmail.com>
Diffstat (limited to 'templates')
-rw-r--r--templates/part.content.warnings.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/part.content.warnings.php b/templates/part.content.warnings.php
index b791de024..5ee0d85ce 100644
--- a/templates/part.content.warnings.php
+++ b/templates/part.content.warnings.php
@@ -3,7 +3,7 @@
#cron-warning {
position: absolute;
right: 30px;
- top: 40px;
+ top: 120px;
z-index: 5;
padding: 5px;
background-color: var(--color-main-background);