Skip to content

Commit 31cd970

Browse files
Merge pull request #333 from seatable/fix-row-expand-scroll
fix: row expand scroll
2 parents 8722463 + accea49 commit 31cd970

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dtable-ui-component",
3-
"version": "6.0.33",
3+
"version": "6.0.34",
44
"main": "./lib/index.js",
55
"dependencies": {
66
"@seafile/react-image-lightbox": "4.0.2",

src/RowExpandDialog/body/index.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
.dtable-ui-row-expand-body .dtable-ui-row-expand-body-content {
1010
flex: 1 1;
11-
overflow-y: scroll;
11+
overflow-y: auto;
1212
padding: 30px;
1313
}
1414

0 commit comments

Comments
 (0)