diff options
author | Phil Hughes <me@iamphill.com> | 2018-04-18 10:50:18 +0100 |
---|---|---|
committer | Phil Hughes <me@iamphill.com> | 2018-04-18 10:50:18 +0100 |
commit | 27be9666750a95fa71a3abe6db4cf82b786a9ec8 (patch) | |
tree | 4faea38ca5428b03bb86143e14e8f55532ba01e1 /app/assets | |
parent | f8b1f38b405916cba7a5c49dd0f40e60046cd6d2 (diff) | |
download | gitlab-ce-27be9666750a95fa71a3abe6db4cf82b786a9ec8.tar.gz |
fixed dropdown not being scrollable
Diffstat (limited to 'app/assets')
-rw-r--r-- | app/assets/javascripts/ide/components/file_finder/index.vue | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/app/assets/javascripts/ide/components/file_finder/index.vue b/app/assets/javascripts/ide/components/file_finder/index.vue index 74c52dff9cd..e61fd701670 100644 --- a/app/assets/javascripts/ide/components/file_finder/index.vue +++ b/app/assets/javascripts/ide/components/file_finder/index.vue @@ -185,11 +185,7 @@ export default { @click="clearSearchInput" ></i> </div> - <div - :style="{ - 'pointer-events': cancelMouseOver ? 'none' : '' - }" - > + <div> <virtual-list :size="listHeight" :remain="listShowCount" |