Feat: Make the scroll bar of the DatasetSettings page appear inside #3221 (#4548)

### What problem does this PR solve?

Feat: Make the scroll bar of the DatasetSettings page appear inside
#3221

### Type of change


- [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
balibabu
2025-01-21 10:19:38 +08:00
committed by GitHub
parent db80376427
commit fc35821f81
5 changed files with 44 additions and 39 deletions

View File

@ -2,6 +2,7 @@
html {
height: 100%;
overflow: hidden; // The content of the DatasetSettings page is too high, which will cause scroll bars to appear on the html tags. Setting the maximum height in DatasetSettings does not work either. I don't understand.
}
body {