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

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;