From ee50012775b79ba87a1d23d1a368ab2852df2e0b Mon Sep 17 00:00:00 2001 From: mikesealey Date: Mon, 2 Sep 2024 13:37:36 +0100 Subject: [PATCH 1/2] tweaks z-index to show preview above bindings drawer --- hosting/.env | 1 + .../builder/app/[application]/_components/PreviewOverlay.svelte | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/hosting/.env b/hosting/.env index 173d409d04..58736980bc 100644 --- a/hosting/.env +++ b/hosting/.env @@ -22,6 +22,7 @@ REDIS_PORT=6379 WATCHTOWER_PORT=6161 BUDIBASE_ENVIRONMENT=PRODUCTION SQL_MAX_ROWS= +SQL_LOGGING_ENABLE=1 # An admin user can be automatically created initially if these are set BB_ADMIN_USER_EMAIL= diff --git a/packages/builder/src/pages/builder/app/[application]/_components/PreviewOverlay.svelte b/packages/builder/src/pages/builder/app/[application]/_components/PreviewOverlay.svelte index 6d3441400f..d77744a809 100644 --- a/packages/builder/src/pages/builder/app/[application]/_components/PreviewOverlay.svelte +++ b/packages/builder/src/pages/builder/app/[application]/_components/PreviewOverlay.svelte @@ -49,7 +49,7 @@ right: 0; left: 0; bottom: 0; - z-index: 999; + z-index: 9000; position: absolute; background: rgba(255, 255, 255, 0.1); display: flex; From 3aad185f5fbb8ffe407cd1f3d07eb7295542edc1 Mon Sep 17 00:00:00 2001 From: mikesealey Date: Mon, 2 Sep 2024 13:42:26 +0100 Subject: [PATCH 2/2] reverts unintended hosting change --- hosting/.env | 1 - 1 file changed, 1 deletion(-) diff --git a/hosting/.env b/hosting/.env index 58736980bc..173d409d04 100644 --- a/hosting/.env +++ b/hosting/.env @@ -22,7 +22,6 @@ REDIS_PORT=6379 WATCHTOWER_PORT=6161 BUDIBASE_ENVIRONMENT=PRODUCTION SQL_MAX_ROWS= -SQL_LOGGING_ENABLE=1 # An admin user can be automatically created initially if these are set BB_ADMIN_USER_EMAIL=