Revert "fix(workflows): prevent dialogs from overlapping sidebar"
This reverts commit 401bc65c3b1a7a54dd25b87cdbc83f165c76207f.
Reason for revert: twpowertools:190
Change-Id: I5e957471e3fa029d02ade1698a316519d517fd9f
Fixed: twpowertools:190
Bug: twpowertools:150
diff --git a/src/contentScripts/communityConsole/main.js b/src/contentScripts/communityConsole/main.js
index b2ad615..af69cbe 100644
--- a/src/contentScripts/communityConsole/main.js
+++ b/src/contentScripts/communityConsole/main.js
@@ -299,7 +299,7 @@
// TODO(avm99963): The following features are not dynamic. Make them be.
if (options.fixedtoolbar) {
injectStyles(
- 'ec-bulk-actions{position: sticky; top: 0; background: var(--TWPT-primary-background, #fff); z-index: 99;}');
+ 'ec-bulk-actions{position: sticky; top: 0; background: var(--TWPT-primary-background, #fff); z-index: 96;}');
}
if (options.increasecontrast) {