User settings view tab does not scroll properly

This commit is contained in:
Nick O'Leary 2018-08-13 11:03:55 +01:00
parent 1dc021e871
commit 7a01b115bb
No known key found for this signature in database
GPG Key ID: 4F2157149161A6C9
1 changed files with 6 additions and 0 deletions

View File

@ -61,7 +61,13 @@
}
#user-settings-tab-view {
position: absolute;
top:0;
right: 0;
left: 0;
bottom: 0;
padding: 8px 20px 20px;
overflow-y: scroll;
}
.user-settings-row {
padding: 5px 10px 2px;