diff --git a/css/_base.scss b/css/_base.scss index d3fd3e46e..4d24ffdda 100644 --- a/css/_base.scss +++ b/css/_base.scss @@ -28,6 +28,16 @@ body { } } +/** + * AtlasKitThemeProvider sets a background color on an app-wrapping div, thereby + * preventing transparency in filmstrip-only mode. The selector chosen to + * override this behavior is specific to where the AtlasKitThemeProvider might + * be placed within the app hierarchy. + */ +.filmstrip-only #react > .ckAJgx { + background: transparent; +} + p { margin: 0; }