Skip to content

Commit

Permalink
Merge pull request #1193 from re-motion/feature/RM-9257-nova-viso-usi…
Browse files Browse the repository at this point in the history
…ng-scrollbar-style-without-remotion-themed-class

RM-9257 Nova viso has remotion-scrollable-theme to use scrollbar them…
  • Loading branch information
Frazerus authored and MichaelKetting committed Aug 14, 2024
2 parents 06d1068 + 8edf7c1 commit 147fb1d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Remotion/Web/Core/Res/Themes/NovaViso/HTML/Common.css
Original file line number Diff line number Diff line change
Expand Up @@ -471,13 +471,15 @@ img.disabled,
filter: grayscale(100%);
}

.remotion-scrollable,
.remotion-themed.scrollable
{
overflow: auto;
scrollbar-width: var(--remotion-themed-scrollbar-style);
scrollbar-color: var(--remotion-themed-scrollbar-color);
}

.remotion-scrollable > *,
.remotion-themed.scrollable > *
{
scrollbar-color: initial; /* Stop inheriting the scrollbar color to child elements */
Expand Down

0 comments on commit 147fb1d

Please sign in to comment.