diff --git a/TODO.md b/TODO.md index 3ccf568..1750e9f 100644 --- a/TODO.md +++ b/TODO.md @@ -2,3 +2,4 @@ - [x] Fix CSP: add `frame-src` to allow iframes from `videos.erg.be` and `depnum.happyngreen.fr` - [x] Website iframe overlay: remove blur, move button to bottom-right, replace text with SVG icon + tooltip +- [x] Fix "Copier" button in logs section scrolling out of view on horizontal scroll diff --git a/app/public/assets/css/system.css b/app/public/assets/css/system.css index e7100ed..9fcef4e 100644 --- a/app/public/assets/css/system.css +++ b/app/public/assets/css/system.css @@ -306,6 +306,9 @@ line-height: 1.55; max-height: 62vh; overflow-y: auto; +} + +.log-output-wrapper { position: relative; } .log-line { diff --git a/app/templates/admin/partials/system-log-panel.php b/app/templates/admin/partials/system-log-panel.php index d79717d..b83a98a 100644 --- a/app/templates/admin/partials/system-log-panel.php +++ b/app/templates/admin/partials/system-log-panel.php @@ -47,14 +47,16 @@
Le fichier journal est vide.
-
+
+
$line): ?> +