From f49c257a91c2b93c34d054e5613220f471c97ed5 Mon Sep 17 00:00:00 2001 From: Jimmy Domagala-Tang Date: Mon, 12 May 2025 08:10:09 -0400 Subject: [PATCH] Merge pull request #25540 from overleaf/jdt-push-assist-interstitial-higher-z-index Fix assist promotion being hidden under error logs pane GitOrigin-RevId: 715d82ddd98ce5e15ce2e42935526387b4c6fa1b --- .../web/frontend/stylesheets/bootstrap-5/modules/writefull.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/web/frontend/stylesheets/bootstrap-5/modules/writefull.scss b/services/web/frontend/stylesheets/bootstrap-5/modules/writefull.scss index 6ffb33254b..c5dd1a32e7 100644 --- a/services/web/frontend/stylesheets/bootstrap-5/modules/writefull.scss +++ b/services/web/frontend/stylesheets/bootstrap-5/modules/writefull.scss @@ -12,7 +12,7 @@ } .feature-rebrand-promo-container { - z-index: 1; + z-index: 12; position: absolute; bottom: 15px; right: 15px;