From 87e88ef2a7ca3ff63d0b073e087022829da82fb6 Mon Sep 17 00:00:00 2001 From: Daniel Lando Date: Mon, 23 Oct 2023 11:52:00 +0200 Subject: [PATCH] fix(ui): make topbar and actions sticky on popups Fixes #3372 --- src/components/Confirm.vue | 27 +++++++++++++++++++++++++-- 1 file changed, 25 insertions(+), 2 deletions(-) diff --git a/src/components/Confirm.vue b/src/components/Confirm.vue index 93694985036..22e41a6b082 100644 --- a/src/components/Confirm.vue +++ b/src/components/Confirm.vue @@ -7,7 +7,13 @@ :persistent="options.persistent" > - + {{ title }} @@ -197,7 +203,7 @@ :rules="[validQR]" > - + + +