Skip to content
Snippets Groups Projects
Unverified Commit 62ad0e2c authored by flamber's avatar flamber Committed by GitHub
Browse files

Fix scrollbars on dashboard combine modal (#12769)

parent 106624a6
Branches
Tags
No related merge requests found
......@@ -290,7 +290,7 @@ export default class AddSeriesModal extends Component {
</div>
</div>
<div
className="border-left flex flex-column"
className="border-left flex flex-column scroll-y"
style={{
width: 370,
backgroundColor: color("bg-light"),
......@@ -318,7 +318,7 @@ export default class AddSeriesModal extends Component {
noBackground
>
{() => (
<ul className="flex-full scroll-y scroll-show pr1">
<ul className="pr1">
{filteredQuestions.map(question => (
<li
key={question.id()}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment