Skip to content
Snippets Groups Projects
Commit fc7fc798 authored by Omkar Deshpande's avatar Omkar Deshpande Committed by Chris Wells
Browse files

Issue #3476400 by omkar-pd, chrisfromredfin, guptahemant: Unable to scroll in...

Issue #3476400 by omkar-pd, chrisfromredfin, guptahemant: Unable to scroll in project browser interface
parent fda78118
No related branches found
No related tags found
1 merge request!5813476400: Unable to scroll in project browser interface
Pipeline #292368 failed
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
...@@ -55,7 +55,7 @@ export const openPopup = (getMessage, project) => { ...@@ -55,7 +55,7 @@ export const openPopup = (getMessage, project) => {
title: project.title, title: project.title,
classes: {'ui-dialog': 'project-browser-popup'}, classes: {'ui-dialog': 'project-browser-popup'},
width: '50rem', width: '50rem',
close: function() { closeDialog: function() {
document.querySelector('.project-browser-popup').remove(); document.querySelector('.project-browser-popup').remove();
} }
}); });
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment