From 1f2c06b1d0c5f13adc3006f68b08ed5152e5d8e5 Mon Sep 17 00:00:00 2001 From: Tim Down <158919+timdown@users.noreply.github.com> Date: Fri, 3 Mar 2023 10:31:26 +0000 Subject: [PATCH] Position Grammarly button on top of CM6 editor GitOrigin-RevId: f96d1897c38e8e14e9247690ee49972a2170f80e --- services/web/frontend/stylesheets/app/editor.less | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/services/web/frontend/stylesheets/app/editor.less b/services/web/frontend/stylesheets/app/editor.less index 688391a666..232f3b4665 100644 --- a/services/web/frontend/stylesheets/app/editor.less +++ b/services/web/frontend/stylesheets/app/editor.less @@ -844,3 +844,7 @@ CodeMirror } } } + +grammarly-extension[data-grammarly-shadow-root='true'] { + z-index: 1; +}