Skip to content

Commit 7adb707

Browse files
author
Łukasz Serwatka
authored
Merge pull request #163 from ezsystems/EZP-30203-UDW-disappears-when-scroll-is-in-folder-div-in-Finder
EZP-30203: UDW disappears when scroll appears in Finder in folder div
2 parents 1b5a30a + 3bb9925 commit 7adb707

File tree

6 files changed

+5
-6
lines changed

6 files changed

+5
-6
lines changed

Resources/public/js/MultiFileUpload.module.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Resources/public/js/SubItems.module.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Resources/public/js/UniversalDiscovery.module.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Resources/public/js/UniversalDiscovery.module.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/modules/universal-discovery/components/finder/css/finder.component.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
flex-wrap: nowrap;
88
height: 100%;
99
overflow: auto;
10-
border-radius: 4px;
1110
}
1211

1312
.c-finder__branches .c-finder-tree-branch + .c-finder-tree-branch {

src/modules/universal-discovery/components/finder/finder.component.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,7 @@ export default class FinderComponent extends Component {
384384
const { locationsMap } = this.state;
385385

386386
return (
387-
<div className="c-finder" style={{ maxHeight: `${this.props.maxHeight}px` }}>
387+
<div className="c-finder">
388388
<div className="c-finder__branches" ref={this.setBranchContainerRef}>
389389
{activeLocations.map((location, index) => {
390390
const locationId = location ? location.id : this.props.startingLocationId;

0 commit comments

Comments
 (0)