1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-24 21:07:17 +00:00

fix file view details scroll (#8082)

Co-authored-by: zhouwenxuan <aries@Mac.local>
This commit is contained in:
Aries
2025-07-29 12:17:35 +08:00
committed by GitHub
parent 428b6db071
commit fb422c6ebf

View File

@@ -110,6 +110,10 @@ body {
font-size: .8125rem;
}
.file-view-body {
overflow-y: auto;
}
.file-view-body .file-view-content {
padding: 30px 0;
background: var(--bs-body-tertiary-bg);