From 3bfc3ee7ae5b53f43f3bf570a6b20dea355e23fd 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;