Skip to content

Commit 6e4e47e

Browse files
committed
RM-9257 Nova viso has remotion-scrollable-theme to use scrollbar theme without remotion themed
1 parent d861460 commit 6e4e47e

File tree

1 file changed

+2
-0
lines changed
  • Remotion/Web/Core/Res/Themes/NovaViso/HTML

1 file changed

+2
-0
lines changed

Remotion/Web/Core/Res/Themes/NovaViso/HTML/Common.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -471,13 +471,15 @@ img.disabled,
471471
filter: grayscale(100%);
472472
}
473473

474+
.remotion-scrollable,
474475
.remotion-themed.scrollable
475476
{
476477
overflow: auto;
477478
scrollbar-width: var(--remotion-themed-scrollbar-style);
478479
scrollbar-color: var(--remotion-themed-scrollbar-color);
479480
}
480481

482+
.remotion-scrollable > *,
481483
.remotion-themed.scrollable > *
482484
{
483485
scrollbar-color: initial; /* Stop inheriting the scrollbar color to child elements */

0 commit comments

Comments
 (0)