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

fix org scroll

This commit is contained in:
Michael An
2019-04-29 17:25:34 +08:00
parent 1c5aa513fc
commit 4ccae5ed73
3 changed files with 6 additions and 2 deletions

View File

@@ -87,6 +87,10 @@
min-height: 0;
}
.org-users-container div:last-child, .org-logs-container div:last-child {
height: calc(100% - 20px);
}
.cur-view-path {
position: relative; /* for the ':after' */
padding: 8px 16px;