Skip to content
代码片段 群组 项目
提交 5587c533 编辑于 作者: Miguel Rincon's avatar Miguel Rincon
浏览文件

Merge branch 'artifacts-page-fix-firefox-visual-bug' into 'master'

Artifacts page: Add overflow auto to scroll container

See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/119399



Merged-by: default avatarMiguel Rincon <mrincon@gitlab.com>
Approved-by: default avatarDiana Zubova <dzubova@gitlab.com>
Approved-by: default avatarMiguel Rincon <mrincon@gitlab.com>
Co-authored-by: default avatarmfluharty <mfluharty@gitlab.com>
No related branches found
No related tags found
无相关合并请求
...@@ -103,7 +103,7 @@ export default { ...@@ -103,7 +103,7 @@ export default {
}; };
</script> </script>
<template> <template>
<div :style="scrollContainerStyle"> <div :style="scrollContainerStyle" class="gl-overflow-auto">
<dynamic-scroller :items="artifacts.nodes" :min-item-size="$options.ARTIFACT_ROW_HEIGHT"> <dynamic-scroller :items="artifacts.nodes" :min-item-size="$options.ARTIFACT_ROW_HEIGHT">
<template #default="{ item, index, active }"> <template #default="{ item, index, active }">
<dynamic-scroller-item :item="item" :active="active" :class="{ active }"> <dynamic-scroller-item :item="item" :active="active" :class="{ active }">
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册