Run-backup progress screen renders as a card, not a full-screen overlay #308

Open
opened 2026-07-18 20:17:40 +00:00 by jmiller · 1 comment
Owner

Type: bug (UI) Priority: medium Component: com_mokosuitebackup

Summary

view=runbackup renders as a small Bootstrap card inside the admin chrome (sidebar and toolbar still visible), instead of the full-screen black overlay used by the "Backup in progress" lock screen other admin tabs show.

Fix (this PR)

media/css/runbackup.css: .msb-runbackup is now a fixed, z-indexed, full-viewport black overlay centering a dark panel with light-on-dark text.

**Type:** bug (UI) **Priority:** medium **Component:** com_mokosuitebackup ### Summary `view=runbackup` renders as a small Bootstrap card inside the admin chrome (sidebar and toolbar still visible), instead of the full-screen black overlay used by the "Backup in progress" lock screen other admin tabs show. ### Fix (this PR) `media/css/runbackup.css`: `.msb-runbackup` is now a fixed, z-indexed, full-viewport black overlay centering a dark panel with light-on-dark text.
Author
Owner

Branch created: feature/308-run-backup-progress-screen-renders-as-a-

git fetch origin
git checkout feature/308-run-backup-progress-screen-renders-as-a-
Branch created: [`feature/308-run-backup-progress-screen-renders-as-a-`](https://git.mokoconsulting.tech/MokoConsulting/MokoSuiteBackup/src/branch/feature/308-run-backup-progress-screen-renders-as-a-) ```bash git fetch origin git checkout feature/308-run-backup-progress-screen-renders-as-a- ```
Sign in to join this conversation.