mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-25 14:50:29 +00:00
fix file view details scroll (#8082)
Co-authored-by: zhouwenxuan <aries@Mac.local>
This commit is contained in:
@@ -110,6 +110,10 @@ body {
|
|||||||
font-size: .8125rem;
|
font-size: .8125rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.file-view-body {
|
||||||
|
overflow-y: auto;
|
||||||
|
}
|
||||||
|
|
||||||
.file-view-body .file-view-content {
|
.file-view-body .file-view-content {
|
||||||
padding: 30px 0;
|
padding: 30px 0;
|
||||||
background: var(--bs-body-tertiary-bg);
|
background: var(--bs-body-tertiary-bg);
|
||||||
|
Reference in New Issue
Block a user